From 2b3a84e9d10fd5b875ccbdd41bef7d658a98a946 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Tue, 30 Nov 2010 09:13:30 +0000 Subject: [PATCH] Moderator notification description updated. svn path=/plone.app.discussion/trunk/; revision=46042 --- CHANGES.txt | 3 +++ plone/app/discussion/interfaces.py | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) 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, )