Module: check_mk
Branch: master
Commit: b6a679b829311c7e8a2d436b8bafb89eec80cf27
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=b6a679b829311c…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Tue Dec 25 17:57:41 2012 +0100
Better title name for rule editor
---
web/htdocs/wato.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/web/htdocs/wato.py b/web/htdocs/wato.py
index d0ee0f4..5945f47 100644
--- a/web/htdocs/wato.py
+++ b/web/htdocs/wato.py
@@ -9423,7 +9423,7 @@ def mode_ruleeditor(phase):
if only_host:
return _("Rules effective on host ") + only_host
else:
- return _("Configuration of Hosts and Services (Ruleeditor)")
+ return _("Rule-Based Configuration of Host & Service
Parameters")
elif phase == "buttons":
global_buttons()