Update message ids to match their real text.
svn path=/plone.app.discussion/trunk/; revision=33542
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
b_start request/b_start | b_start;
|
||||
moderation_enabled view/moderation_enabled;">
|
||||
|
||||
<h1 class="documentFirstHeading" i18n:translate="title_review">
|
||||
<h1 class="documentFirstHeading" i18n:translate="heading_moderate_comments">
|
||||
Moderate comments
|
||||
</h1>
|
||||
|
||||
@@ -62,9 +62,9 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="nosort"><input name="check_all" type="checkbox" value="0" /></th>
|
||||
<th class="nosort" i18n:translate="heading_author">Commenter</th>
|
||||
<th class="nosort" i18n:translate="heading_commenter">Commenter</th>
|
||||
<th class="nosort" i18n:translate="heading_date">Date</th>
|
||||
<th class="nosort" i18n:translate="heading_context">In Response To</th>
|
||||
<th class="nosort" i18n:translate="heading_in_reponse_to">In Response To</th>
|
||||
<th class="nosort" i18n:translate="heading_subject">Subject</th>
|
||||
<th class="nosort" i18n:translate="heading_comment">Comment</th>
|
||||
<th class="nosort" i18n:translate="heading_action">Action</th>
|
||||
@@ -113,7 +113,7 @@
|
||||
type="submit"
|
||||
value="Publish"
|
||||
name="form.button.Publish"
|
||||
i18n:attributes="value label_publish"
|
||||
i18n:attributes="value label_publish;"
|
||||
tal:attributes="id item/id"
|
||||
tal:condition="python:item.review_state == 'pending'"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user