[Erp5-report] r20289 - /erp5/trunk/products/ERP5/PropertySheet/Order.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 3 15:50:44 CEST 2008


Author: alex
Date: Thu Apr  3 15:50:43 2008
New Revision: 20289

URL: http://svn.erp5.org?rev=20289&view=rev
Log:
fix typo

Modified:
    erp5/trunk/products/ERP5/PropertySheet/Order.py

Modified: erp5/trunk/products/ERP5/PropertySheet/Order.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Order.py?rev=20289&r1=20288&r2=20289&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Order.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Order.py Thu Apr  3 15:50:43 2008
@@ -70,7 +70,7 @@
 
   _constraints = (
     { 'id'            : 'applied_rule',
-      'description'   : 'There must at most one Applied Rule using this order',
+      'description'   : 'There must be at most one Applied Rule using this order',
       'type'          : 'CategoryRelatedMembershipArity',
       'min_arity'     : '0',
       'max_arity'     : '1',




More information about the Erp5-report mailing list