Module: check_mk
Branch: master
Commit: 8ebfa97b92f6495b9e82ba028cae0fe980dc8660
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=8ebfa97b92f649…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Wed Jan 14 09:46:05 2015 +0100
Fixed typo in host rename result output
---
web/htdocs/wato.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/htdocs/wato.py b/web/htdocs/wato.py
index d6bd702..7ddf0a8 100644
--- a/web/htdocs/wato.py
+++ b/web/htdocs/wato.py
@@ -2392,7 +2392,7 @@ def rename_host(host, newname):
elif what == "history":
actions.append(_("Monitoring history entries (events and
availability)"))
elif what == "retention":
- actions.append(_("The current monitoring state (including
ackowledgements and downtimes)"))
+ actions.append(_("The current monitoring state (including
acknowledgements and downtimes)"))
elif what == "ipfail":
actions.append("<div class=error>%s</div>" %
(_("<b>WARNING:</b> the IP address lookup of "
"<tt>%s</tt> has failed. The core has been started by
using the address <tt>0.0.0.0</tt> for the while. "