From c3a0631813ccf42fffd480dd69606a10b9d1ef9f Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Thu, 13 Aug 2009 13:52:50 +0000 Subject: [PATCH] add hint for enabling comment moderation workflow. svn path=/plone.app.discussion/trunk/; revision=28760 --- plone/app/discussion/browser/controlpanel.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/plone/app/discussion/browser/controlpanel.py b/plone/app/discussion/browser/controlpanel.py index e692cb3..8cafe9c 100644 --- a/plone/app/discussion/browser/controlpanel.py +++ b/plone/app/discussion/browser/controlpanel.py @@ -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()