From 27710ca541d7dd562c26db93cf90dff29af18227 Mon Sep 17 00:00:00 2001 From: Vincent Fretin Date: Fri, 6 Aug 2010 09:34:05 +0000 Subject: [PATCH] It's 'Allow comments', not 'enable moderation' svn path=/plone.app.discussion/trunk/; revision=38563 --- plone/app/discussion/browser/controlpanel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plone/app/discussion/browser/controlpanel.py b/plone/app/discussion/browser/controlpanel.py index 99c2b9e..1548172 100644 --- a/plone/app/discussion/browser/controlpanel.py +++ b/plone/app/discussion/browser/controlpanel.py @@ -16,7 +16,7 @@ class DiscussionSettingsEditForm(controlpanel.RegistryEditForm): "in the Discussion Control Panel.\n" "To enable comments for a specific content type, " "go to the Types Control Panel of this type and " - "choose 'enable moderation'.\n" + "choose 'Allow comments'.\n" "To enable the moderation workflow for comments, " "go to the Types Control Panel, choose \"Comment\" " "and set workflow to \"Comment Review Workflow\".")