Fixed i18n markup of message_moderation_disabled.
svn path=/plone.app.discussion/trunk/; revision=38564
This commit is contained in:
@@ -29,8 +29,10 @@
|
||||
tal:condition="not: view/moderation_enabled">
|
||||
<dt> Warning </dt>
|
||||
<dd i18n:translate="message_moderation_disabled">
|
||||
Moderation workflow is disabled. You have to <a href=""
|
||||
tal:attributes="href string:${context/portal_url}/@@types-controlpanel">
|
||||
Moderation workflow is disabled. You have to
|
||||
<a i18n:name="enable_comment_workflow"
|
||||
i18n:translate="message_enable_comment_workflow" href=""
|
||||
tal:attributes="href string:${context/portal_url}/@@types-controlpanel">
|
||||
enable the 'Comment Review Workflow' for the Comment content
|
||||
type</a> before you can moderate comments here.
|
||||
</dd>
|
||||
@@ -151,4 +153,4 @@
|
||||
</metal:main>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user