# HG changeset patch # User Julien Cristau # Date 1358277429 -3600 # Node ID 9bb93efa1952d0e2e3d60c46b92f8b4661f030c1 # Parent 7812093e21f7fc7a7bc91ccc6070bcfa1202b7ac [schemas] fix typo diff -r 7812093e21f7 -r 9bb93efa1952 schemas/workflow.py --- a/schemas/workflow.py Thu Jan 17 17:12:06 2013 +0100 +++ b/schemas/workflow.py Tue Jan 15 20:17:09 2013 +0100 @@ -66,7 +66,7 @@ name = String(required=True, indexed=True, internationalizable=True, maxsize=256, constraints=[RQLUniqueConstraint('S name N, S state_of WF, Y state_of WF, Y name N', 'Y', - _('workflow already have a state of that name'))]) + _('workflow already has a state of that name'))]) description = RichString(default_format='text/rest', description=_('semantic description of this state'))