Module: check_mk
Branch: master
Commit: ad3acb4b39cf95b233b1d36e82a224557fe79729
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=ad3acb4b39cf95…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Wed Mar 22 11:50:51 2017 +0100
Fixed typo
Change-Id: I01d6c4fbaa0d116183c845b546e9bc6fa051598b
---
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 9cedef1..a3192fa 100644
--- a/web/plugins/wato/check_parameters.py
+++ b/web/plugins/wato/check_parameters.py
@@ -12676,7 +12676,7 @@ register_check_parameters(subgroup_applications,
)),
("spool", Dictionary(
title = _("Spool messages that
could not be sent"),
- help = _("Messages that can now
be forwarded, e.g. when the target Event Console is "
+ help = _("Messages that can not
be forwarded, e.g. when the target Event Console is "
"not running, can
temporarily be stored locally. Forwarding is tried again "
"on next execution.
When messages are spooled, the check will go into WARNING "
"state. In case
messages are dropped by the rules below, the check will shortly "