add hint for enabling comment moderation workflow.

svn path=/plone.app.discussion/trunk/; revision=28760
This commit is contained in:
Timo Stollenwerk 2009-08-13 13:52:50 +00:00
parent f4f0e29e96
commit c3a0631813
1 changed files with 6 additions and 1 deletions

View File

@ -19,7 +19,12 @@ class DiscussionSettingsEditForm(controlpanel.RegistryEditForm):
schema = IDiscussionSettings
label = _(u"Discussion settings")
description = _(u"Please enter the options specified")
description = _(u"""Some discussion related settings are not located
in the Discussion Control Panel.
To enable comment moderation, go to the Types Control Panel,
choose "Comment", and set the workflow to "Comment Review Workflow".
""")
def updateFields(self):
super(DiscussionSettingsEditForm, self).updateFields()