Rename "Single State Workflow" to "Comment Single State Workflow".

svn path=/plone.app.discussion/trunk/; revision=35347
This commit is contained in:
Timo Stollenwerk 2010-03-19 10:17:00 +00:00
parent 5ce942d1d2
commit 5040d48a33
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,9 @@ Changelog
1.0b4 (unreleased) 1.0b4 (unreleased)
------------------ ------------------
* Rename "Single State Workflow" to "Comment Single State Workflow".
[timo]
* Rename 'publish comment' to 'approve comment'. This fixes #1608470. * Rename 'publish comment' to 'approve comment'. This fixes #1608470.
[timo] [timo]

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<dc-workflow xmlns:i18n="http://xml.zope.org/namespaces/i18n" <dc-workflow xmlns:i18n="http://xml.zope.org/namespaces/i18n"
workflow_id="one_state_workflow" workflow_id="one_state_workflow"
title="Single State Workflow" title="Comment Single State Workflow"
description="- Essentially a workflow with no transitions, but has a Published state, so portlets and applications that expect that state will continue to work." description="- Essentially a workflow with no transitions, but has a Published state, so portlets and applications that expect that state will continue to work."
state_variable="review_state" state_variable="review_state"
initial_state="published" initial_state="published"