Module: check_mk
Branch: master
Commit: 864c88d7e64c54ae6880f2d336e229739456e210
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=864c88d7e64c54…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Wed Dec 17 14:56:48 2014 +0100
Fixed small typo in WATO help
---
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 3f97c82..0e86d8b 100644
--- a/web/plugins/wato/check_parameters.py
+++ b/web/plugins/wato/check_parameters.py
@@ -2774,7 +2774,7 @@ register_check_parameters(
])
]
),
- help = _("Here you can specify the total memory usage levels for clustered
hosts "),
+ help = _("Here you can specify the total memory usage levels for clustered
hosts."),
title = _("Memory Usage"),
add_label = _("Add limits")
),