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)