# HG changeset patch # User Sylvain Thénault # Date 1265791474 -3600 # Node ID aff0f59ed6e344b2ee00b4873d20417a1c7cf958 # Parent 02d0803a60b8ec4cc0f84d349544e69613b582ba i18n msg fix diff -r 02d0803a60b8 -r aff0f59ed6e3 schemas/workflow.py --- a/schemas/workflow.py Wed Feb 10 09:44:20 2010 +0100 +++ b/schemas/workflow.py Wed Feb 10 09:44:34 2010 +0100 @@ -213,7 +213,7 @@ inlined = True class allowed_transition(RelationType): - """allowed transition from this state""" + """allowed transitions from this state""" __permissions__ = META_RTYPE_PERMS