From 0a6d42923753e4224bf02144c3e3a0786511f56f Mon Sep 17 00:00:00 2001 From: "Jens W. Klein" Date: Tue, 25 Mar 2014 18:53:51 +0100 Subject: [PATCH] corrected outdated help text --- plone/app/discussion/interfaces.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plone/app/discussion/interfaces.py b/plone/app/discussion/interfaces.py index d8a4da8..01d58b7 100644 --- a/plone/app/discussion/interfaces.py +++ b/plone/app/discussion/interfaces.py @@ -293,8 +293,7 @@ class IDiscussionSettings(Interface): u"help_moderator_notification_enabled", default=u"If selected, the moderator is notified if a comment " u"needs attention. The moderator email address can " + - u"be found in the 'Mail settings' control panel " - u"(Site 'From' address)"), + u"be set below."), required=False, default=False, )