merge r48557 from 1.x branch

svn path=/plone.app.discussion/trunk/; revision=48558
This commit is contained in:
David Glick 2011-04-08 20:47:50 +00:00
parent 8d3a37ead9
commit 7803674dd0
1 changed files with 1 additions and 3 deletions

View File

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