From 7803674dd0b64e3690094ce2412457b6ebb1c307 Mon Sep 17 00:00:00 2001 From: David Glick Date: Fri, 8 Apr 2011 20:47:50 +0000 Subject: [PATCH] merge r48557 from 1.x branch svn path=/plone.app.discussion/trunk/; revision=48558 --- plone/app/discussion/interfaces.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plone/app/discussion/interfaces.py b/plone/app/discussion/interfaces.py index 794e6f9..df0ec81 100644 --- a/plone/app/discussion/interfaces.py +++ b/plone/app/discussion/interfaces.py @@ -117,9 +117,7 @@ class IDiscussionSettings(Interface): title = _(u'label_moderator_email', default=u'Moderator Email Address'), description = _(u'help_moderator_email', default=u"Address to which moderator notifications " - u"will be sent. If not specified, the Site " - u"'From' Address from the mail control panel " - u"will be used."), + u"will be sent."), required = False, )