[Erp5-report] r27730 - /erp5/trunk/products/ERP5/PropertySheet/Periodicity.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jun 22 14:04:05 CEST 2009


Author: luke
Date: Mon Jun 22 14:04:03 2009
New Revision: 27730

URL: http://svn.erp5.org?rev=27730&view=rev
Log:
 - spellchecking only

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

Modified: erp5/trunk/products/ERP5/PropertySheet/Periodicity.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Periodicity.py?rev=27730&r1=27729&r2=27730&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Periodicity.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Periodicity.py [utf8] Mon Jun 22 14:04:03 2009
@@ -28,13 +28,13 @@
 
 class Periodicity:
     """
-    A Periodicity allows to define an event wich happens periodically.
+    A Periodicity allows to define an event which happens periodically.
 
-    Here an explanation of wich kind of period we can define:
+    Here an explanation of which kind of period we can define:
     - Every 2 days:
       - set periodicity_day_frequency to 2
 
-    - Every monday and wednesday
+    - Every Monday and Wednesday
       - set periodicity_week_frequency to 1
       - set periodicity_week_day to ['monday','wednesday']
 




More information about the Erp5-report mailing list