Module: check_mk
Branch: master
Commit: 1c27ee6ab3422ab27349b922a6ed9520978c1e8e
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=1c27ee6ab3422a…
Author: Bastian Kuhn <bk(a)mathias-kettner.de>
Date: Tue Nov 26 13:58:56 2013 +0100
Fixed typo in wato
---
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 ff501fe..24c2aca 100644
--- a/web/htdocs/wato.py
+++ b/web/htdocs/wato.py
@@ -3841,7 +3841,7 @@ def mode_changelog(phase):
table += '</table>'
c = wato_confirm(_("Confirm activating foreign changes"),
'<img class=foreignchanges
src="images/icon_foreign_changes.png">' +
- _("There are some changes made by your collegues that you will "
+ _("There are some changes made by your colleagues that you will
"
"activate if you proceed:") + table +
_("Do you really want to proceed?"))
if c == False: