[schemas] fix typo stable
authorJulien Cristau <julien.cristau@logilab.fr>
Tue, 15 Jan 2013 20:17:09 +0100
branchstable
changeset 8656 9bb93efa1952
parent 8652 7812093e21f7
child 8657 5ab6ec83d5ba
[schemas] fix typo
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'))