Fixed i18n of the "Commenting has been disabled." message.

svn path=/plone.app.discussion/trunk/; revision=48694
This commit is contained in:
Vincent Fretin 2011-04-10 20:28:21 +00:00
parent 7803674dd0
commit ab5c728448
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,9 @@ Changelog
2.0b2 (Unreleased)
------------------
- Fixed i18n of the "Commenting has been disabled." message.
[vincentfretin]
- Add a moderator_email setting to control where moderator notifications are
sent.
[davisagli]

View File

@ -129,6 +129,7 @@
<div tal:condition="python: has_replies and not isDiscussionAllowed"
class="discreet"
i18n:domain="plone.app.discussion"
i18n:translate="label_commenting_disabled">
Commenting has been disabled.
</div>