Fix globally enabled description.
svn path=/plone.app.discussion/trunk/; revision=33286
This commit is contained in:
parent
3ad307596c
commit
b31843f79a
@ -18,8 +18,8 @@ class IDiscussionSettings(Interface):
|
|||||||
# - Search control panel: Show comments in search results
|
# - Search control panel: Show comments in search results
|
||||||
|
|
||||||
globally_enabled = schema.Bool(title=_(u"Globally enable comments"),
|
globally_enabled = schema.Bool(title=_(u"Globally enable comments"),
|
||||||
description=_(u"""If selected, user can post
|
description=_(u"""If selected, users are able to
|
||||||
comments."""),
|
post comments on the site."""),
|
||||||
required=False,
|
required=False,
|
||||||
default=True)
|
default=True)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user