Moderator notification description updated.

svn path=/plone.app.discussion/trunk/; revision=46042
This commit is contained in:
Timo Stollenwerk 2010-11-30 09:13:30 +00:00
parent baeec60b8d
commit 2b3a84e9d1
2 changed files with 6 additions and 1 deletions

View File

@ -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]

View File

@ -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,
)