Module: check_mk
Branch: master
Commit: b63739294169c795d52523398a336587274171b6
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=b63739294169c7…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Fri Jan 23 10:52:57 2015 +0100
Fixed type in help text
---
web/plugins/wato/active_checks.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/plugins/wato/active_checks.py b/web/plugins/wato/active_checks.py
index af6f088..a96a529 100644
--- a/web/plugins/wato/active_checks.py
+++ b/web/plugins/wato/active_checks.py
@@ -141,7 +141,7 @@ mail_receiving_params = [
default_value = 110,
),
title = _('TCP Port'),
- help = _('By default the standard IMAP Port 110 is
used.'),
+ help = _('By default the standard POP3 Port 110 is
used.'),
)),
(False, _('Encrypt POP3 communication using SSL'),
Optional(Integer(