From b31843f79ad08402e7756ab0e8a4b608b34fefef Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Fri, 22 Jan 2010 19:21:30 +0000 Subject: [PATCH] Fix globally enabled description. svn path=/plone.app.discussion/trunk/; revision=33286 --- plone/app/discussion/interfaces.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plone/app/discussion/interfaces.py b/plone/app/discussion/interfaces.py index 31a0e38..a9f4cc8 100644 --- a/plone/app/discussion/interfaces.py +++ b/plone/app/discussion/interfaces.py @@ -18,8 +18,8 @@ class IDiscussionSettings(Interface): # - Search control panel: Show comments in search results globally_enabled = schema.Bool(title=_(u"Globally enable comments"), - description=_(u"""If selected, user can post - comments."""), + description=_(u"""If selected, users are able to + post comments on the site."""), required=False, default=True)