fix discussion control panel description.
svn path=/plone.app.discussion/trunk/; revision=28939
This commit is contained in:
parent
987805c927
commit
50de2b4031
@ -22,8 +22,13 @@ class DiscussionSettingsEditForm(controlpanel.RegistryEditForm):
|
|||||||
description = _(u"""Some discussion related settings are not located
|
description = _(u"""Some discussion related settings are not located
|
||||||
in the Discussion Control Panel.
|
in the Discussion Control Panel.
|
||||||
|
|
||||||
To enable comment moderation, go to the Types Control Panel,
|
To enable moderation for content types, go to the
|
||||||
choose "Comment", and set the workflow to "Comment Review Workflow".
|
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):
|
def updateFields(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user