remove help text re moderator email now that there is a separate setting for it

svn path=/plone.app.discussion/branches/1.x/; revision=48557
This commit is contained in:
David Glick 2011-04-08 20:47:13 +00:00
parent d323d37285
commit 5f064b16d1
1 changed files with 1 additions and 3 deletions

View File

@ -107,9 +107,7 @@ 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. The moderator email address can " +
"be found in the 'Mail settings' control panel "
"(Site 'From' address)"),
"needs attention."),
required=False,
default=False,
)