diff -r 9e9eb6a22d14 -r 71c86a315a9a schemas/workflow.py --- a/schemas/workflow.py Wed Feb 10 08:27:23 2010 +0100 +++ b/schemas/workflow.py Wed Feb 10 08:54:47 2010 +0100 @@ -40,7 +40,7 @@ object = 'Workflow' cardinality = '?*' constraints = [RQLConstraint('S final FALSE, O workflow_of S', - msg=_('workflow isn\'t a workflow of this type'))] + msg=_('workflow isn\'t a workflow for this type'))] class State(EntityType):