Fixed i18n of the "Commenting has been disabled." message.
svn path=/plone.app.discussion/trunk/; revision=48694
This commit is contained in:
parent
7803674dd0
commit
ab5c728448
@ -4,6 +4,9 @@ Changelog
|
|||||||
2.0b2 (Unreleased)
|
2.0b2 (Unreleased)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
- Fixed i18n of the "Commenting has been disabled." message.
|
||||||
|
[vincentfretin]
|
||||||
|
|
||||||
- Add a moderator_email setting to control where moderator notifications are
|
- Add a moderator_email setting to control where moderator notifications are
|
||||||
sent.
|
sent.
|
||||||
[davisagli]
|
[davisagli]
|
||||||
|
@ -129,6 +129,7 @@
|
|||||||
|
|
||||||
<div tal:condition="python: has_replies and not isDiscussionAllowed"
|
<div tal:condition="python: has_replies and not isDiscussionAllowed"
|
||||||
class="discreet"
|
class="discreet"
|
||||||
|
i18n:domain="plone.app.discussion"
|
||||||
i18n:translate="label_commenting_disabled">
|
i18n:translate="label_commenting_disabled">
|
||||||
Commenting has been disabled.
|
Commenting has been disabled.
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user