fix discussion control panel description.

svn path=/plone.app.discussion/trunk/; revision=28939
This commit is contained in:
Timo Stollenwerk 2009-08-15 17:49:50 +00:00
parent 987805c927
commit 50de2b4031
1 changed files with 7 additions and 2 deletions

View File

@ -22,8 +22,13 @@ class DiscussionSettingsEditForm(controlpanel.RegistryEditForm):
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".
To enable moderation for content types, go to the
Types Control Panel, and enable moderation for a
specific content type.
To enable comment moderation, go to the Types
Control Panel, choose "Comment", and set the
workflow to "Comment Review Workflow".
""")
def updateFields(self):