Module: check_mk
Branch: master
Commit: e971c3fbb199b2a87f01063158567e701116837a
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=e971c3fbb199b2…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Mon Mar 21 10:48:16 2016 +0100
Fix spelling of label
---
web/plugins/wato/check_parameters.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/plugins/wato/check_parameters.py b/web/plugins/wato/check_parameters.py
index bbf30a6..b830707 100644
--- a/web/plugins/wato/check_parameters.py
+++ b/web/plugins/wato/check_parameters.py
@@ -4138,7 +4138,7 @@ register_check_parameters(
ListChoice(
title = _("Allowed states:"),
choices = dict_choices(interface_oper_states)),
- title = _("Operational State"),
+ title = _("Operational state"),
help = _("If you activate the monitoring of the operational
state (<tt>ifOperStatus</tt>) "
"the check will get warning or critical if the current
state "
"of the interface does not match one of the expected
states. Note: the status 9 (<i>admin down</i>) "