Skip to content
This repository has been archived by the owner on Dec 17, 2020. It is now read-only.

Commit

Permalink
fixed an overuse of copy-paste (Mother -> Employer)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccomb committed Dec 7, 2007
1 parent ad29f4d commit 3303b3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/z3c/formdemo/wizard/interfaces.py
Expand Up @@ -134,7 +134,7 @@ class IPerson(IPersonalInfo):
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)

0 comments on commit 3303b3a

Please sign in to comment.