schemas/workflow.py
changeset 4535 71c86a315a9a
parent 4252 6c4f109c2b03
child 4537 aff0f59ed6e3
--- 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):