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
+1
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>