change error message
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2251 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
3c4648b07e
commit
d43fc04d36
1 changed files with 1 additions and 1 deletions
|
@ -91,5 +91,5 @@ formErrors = dict(
|
||||||
invalid_number=FormError(u'Invalid number',
|
invalid_number=FormError(u'Invalid number',
|
||||||
u'Please enter a number, only digits allowed.'),
|
u'Please enter a number, only digits allowed.'),
|
||||||
invalid_email_address=FormError(u'Invalid E-Mail Address',
|
invalid_email_address=FormError(u'Invalid E-Mail Address',
|
||||||
u'Please enter a correct email address.'),
|
u'Please enter a valid email address.'),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue