From 50de2b4031b3aa52f85afdc4a47d991192149119 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Sat, 15 Aug 2009 17:49:50 +0000 Subject: [PATCH] fix discussion control panel description. svn path=/plone.app.discussion/trunk/; revision=28939 --- plone/app/discussion/browser/controlpanel.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/plone/app/discussion/browser/controlpanel.py b/plone/app/discussion/browser/controlpanel.py index 8cafe9c..2a8788f 100644 --- a/plone/app/discussion/browser/controlpanel.py +++ b/plone/app/discussion/browser/controlpanel.py @@ -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):