Module: check_mk
Branch: master
Commit: 655ef40e34d0874bb29a5ba1ac1a350fcec82d61
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=655ef40e34d087…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Tue Jan 27 13:21:56 2015 +0100
Etliche Texte repariert
---
mkeventd/web/plugins/wato/mkeventd.py | 12 ++++++------
web/plugins/wato/check_parameters.py | 8 ++++----
web/plugins/webapi/webapi.py | 2 +-
3 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/mkeventd/web/plugins/wato/mkeventd.py
b/mkeventd/web/plugins/wato/mkeventd.py
index 1f3cff3..235e330 100644
--- a/mkeventd/web/plugins/wato/mkeventd.py
+++ b/mkeventd/web/plugins/wato/mkeventd.py
@@ -2137,13 +2137,13 @@ register_rule(
FixedValue(
True,
title = _("Less Verbose Output"),
- help = _("If enabled the check reports less information in its
output.<br>"
- "You will see no information regarding the worst state or
unacknowledged events.<br>"
- " For example a default output without this option
<br>"
- "<tt>WARN - 1 events (1 unacknowledged), worst
state is WARN (Last line: Incomplete Content)</tt><br>"
- "Output with less verbosity<br>"
+ help = _("If enabled the check reports less information in its
output. "
+ "You will see no information regarding the worst state or
unacknowledged events. "
+ " For example a default output without this option is
"
+ "<tt>WARN - 1 events (1 unacknowledged), worst
state is WARN (Last line: Incomplete Content)</tt>."
+ "Output with less verbosity: "
"<tt>WARN - 1 events (Worst line: Incomplete
Content)</tt><br>"
- ),
+ ),
)
),
( "remote",
diff --git a/web/plugins/wato/check_parameters.py b/web/plugins/wato/check_parameters.py
index d3e87f0..e43fd27 100644
--- a/web/plugins/wato/check_parameters.py
+++ b/web/plugins/wato/check_parameters.py
@@ -1562,7 +1562,7 @@ register_check_parameters(
),
]
),
- TextAscii(title = _("ID of the Channel (usually ranging from 1)")),
+ TextAscii(title = _("ID of the channel (usually ranging from 1)")),
"dict"
)
@@ -1574,7 +1574,7 @@ register_check_parameters(
elements = [
( "error_states", ListChoice(
title = _("Modem States that lead to a critical state"),
- help = _("If one of the selected state occur, the check will repsond
with a Critical state "),
+ help = _("If one of the selected states occurs the check will
repsond with a critical state "),
choices = [
( 1, "other" ),
( 2, "notReady" ),
@@ -4888,7 +4888,7 @@ register_rule(
label = _("use alias"),
help = _("If a multipath device has an alias then you can
use it for specifying "
"the device instead of the UUID. The alias will
then be part of the service "
- "description. The UUID will be output in the
pluging outpout."))
+ "description. The UUID will be displayed in the
pluging output."))
),
],
help = _("This rule controls if the UUID or alias is used in the service
description during "
@@ -5104,7 +5104,7 @@ register_check_parameters(
( "cifs", _("CIFS") ),
( "san", _("SAN") ),
( "fcp", _("FCP") ),
- ( "iscsi", _("ISCSI") ),
+ ( "iscsi", _("iSCSI") ),
],
)),
( "magic",
diff --git a/web/plugins/webapi/webapi.py b/web/plugins/webapi/webapi.py
index 8ae630b..ce38c60 100644
--- a/web/plugins/webapi/webapi.py
+++ b/web/plugins/webapi/webapi.py
@@ -48,7 +48,7 @@ api_actions["add_host"] = {
"handler" : action_add_host,
"title" : _("Add a host to WATO"),
"description" : _("This webservice allows you to add a new
host."),
- "example_request" : ([("create_folders=1", _("If set to
1(default) create non-existing folders1)"))],
+ "example_request" : ([("create_folders=1", _("If set to 1
(default) create non-existing folders"))],
{ "attributes": {
"tag_criticality": "prod",
"tag_agent": "cmk-agent",