Module: check_mk
Branch: master
Commit: a5750465df945959020604c242a4f6f8657fa3e3
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=a5750465df9459…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Thu Mar 17 15:08:40 2016 +0100
Fixed confusing naming of host graph view
---
web/plugins/views/builtin.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/plugins/views/builtin.py b/web/plugins/views/builtin.py
index 37be945..f43f295 100644
--- a/web/plugins/views/builtin.py
+++ b/web/plugins/views/builtin.py
@@ -1576,8 +1576,8 @@ multisite_builtin_views.update({
'sorters': [('site', False),
('site_host', False),
('svcdescr', False)],
- 'linktitle': _('Host graphs'),
- 'title': _('Graphs for host'),
+ 'linktitle': _('Service graphs'),
+ 'title': _('Service graphs of host'),
},
'recentsvc': {'browser_reload': 30,
'column_headers': 'pergroup',