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

View File

@ -107,9 +107,7 @@ class IDiscussionSettings(Interface):
default=u"Enable moderator email notification"), default=u"Enable moderator email notification"),
description=_(u"help_moderator_notification_enabled", description=_(u"help_moderator_notification_enabled",
default=u"If selected, the moderator is notified if a comment " default=u"If selected, the moderator is notified if a comment "
"needs attention. The moderator email address can " + "needs attention."),
"be found in the 'Mail settings' control panel "
"(Site 'From' address)"),
required=False, required=False,
default=False, default=False,
) )