diff --git a/CHANGES.txt b/CHANGES.txt index fbfee3a..2328b89 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,9 @@ Changelog 1.0RC1 (unreleased) ------------------- +- Moderator notification description updated. + [timo] + - Redirect back to the discussion control panel when the discussion control panel form is submitted. [timo] diff --git a/plone/app/discussion/interfaces.py b/plone/app/discussion/interfaces.py index 70f7351..e309b59 100644 --- a/plone/app/discussion/interfaces.py +++ b/plone/app/discussion/interfaces.py @@ -90,7 +90,9 @@ class IDiscussionSettings(Interface): default=u"Enable moderator email notification"), description=_(u"help_moderator_notification_enabled", default=u"If selected, the moderator is notified if a comment " - "needs attention."), + "needs attention. The moderator email address can " + + "be found in the 'Mail settings' control panel " + "(Site 'From' address)"), required=False, default=False, )