Fix globally enabled description.

svn path=/plone.app.discussion/trunk/; revision=33286
This commit is contained in:
Timo Stollenwerk 2010-01-22 19:21:30 +00:00
parent 3ad307596c
commit b31843f79a
1 changed files with 2 additions and 2 deletions

View File

@ -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)