Rename 'publish comment' to 'approve comment'. This fixes #1608470.

svn path=/plone.app.discussion/trunk/; revision=35342
This commit is contained in:
Timo Stollenwerk
2010-03-19 09:58:35 +00:00
parent 437094d951
commit 5ce942d1d2
4 changed files with 9 additions and 6 deletions
@@ -55,16 +55,16 @@
</state>
<transition transition_id="publish" new_state="published"
title="Reviewer publishes content"
title="Reviewer approves content"
trigger="USER"
before_script="" after_script=""
i18n:attributes="title">
<description i18n:translate="">
Publishing the comment makes it visible to other users.
Approving the comment makes it visible to other users.
</description>
<action url="%(content_url)s/content_status_modify?workflow_action=publish"
category="workflow"
i18n:translate="">Publish</action>
i18n:translate="">Approve</action>
<guard>
<guard-permission>Review comments</guard-permission>
</guard>