Update message ids to match their real text.

svn path=/plone.app.discussion/trunk/; revision=33542
This commit is contained in:
Hanno Schlichting
2010-01-28 10:57:36 +00:00
parent d894c45343
commit 590b343a53
5 changed files with 15 additions and 14 deletions
+4 -4
View File
@@ -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'"
/>