Module: check_mk
Branch: master
Commit: 3b80ad971ef1f30f900ced88b9237909c6c11b55
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=3b80ad971ef1f3…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Tue Apr 26 11:00:44 2016 +0200
Fixed some typos in help texts
---
web/plugins/wato/check_mk_configuration.py | 2 +-
web/plugins/wato/check_parameters.py | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/web/plugins/wato/check_mk_configuration.py
b/web/plugins/wato/check_mk_configuration.py
index 2c8f63a..44664f2 100644
--- a/web/plugins/wato/check_mk_configuration.py
+++ b/web/plugins/wato/check_mk_configuration.py
@@ -1845,7 +1845,7 @@ register_rule(group,
)),
( "excluded_time",
TimeofdayRanges(
- title = _("Never discovery or activate changes in
the following time ranges"),
+ title = _("Never do discovery or activate changes
in the following time ranges"),
help = _("This avoids automatic changes during
these times so "
"that the automatic system doesn't
interfere with "
"user activity."),
diff --git a/web/plugins/wato/check_parameters.py b/web/plugins/wato/check_parameters.py
index 9e67552..d804c1d 100644
--- a/web/plugins/wato/check_parameters.py
+++ b/web/plugins/wato/check_parameters.py
@@ -719,8 +719,8 @@ register_check_parameters(
],
),
sameline = True,
- label = _("Levels device time drifted"),
- none_label = _("Time drifted levels not set"),
+ label = _("Levels for <i>device time
drifted</i>"),
+ none_label = _("No levels set"),
none_value = (None, None)
),
Optional(