[Checkins] SVN: z3c.formdemo/trunk/src/z3c/formdemo/wizard/interfaces.py fixed an overuse of copy-paste (Mother -> Employer)

Christophe Combelles ccomb at free.fr
Fri Dec 7 09:37:56 EST 2007


Log message for revision 82177:
  fixed an overuse of copy-paste (Mother -> Employer)
  

Changed:
  U   z3c.formdemo/trunk/src/z3c/formdemo/wizard/interfaces.py

-=-
Modified: z3c.formdemo/trunk/src/z3c/formdemo/wizard/interfaces.py
===================================================================
--- z3c.formdemo/trunk/src/z3c/formdemo/wizard/interfaces.py	2007-12-07 14:11:46 UTC (rev 82176)
+++ z3c.formdemo/trunk/src/z3c/formdemo/wizard/interfaces.py	2007-12-07 14:37:56 UTC (rev 82177)
@@ -134,7 +134,7 @@
         required=True)
 
     employer = zope.schema.Object(
-        title=u'Mother',
-        description=u"Mother's personal info.",
+        title=u'Employer',
+        description=u"Employer's info.",
         schema=IEmployerInfo,
         required=True)



More information about the Checkins mailing list