Commit 44e01f50 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix misspellings (adress -> address).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13063 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3d7d619a
......@@ -99,7 +99,7 @@ if missing_string:\n
return req.RESPONSE.redirect(context.absolute_url()+\'?\'+params)\n
if req.get(\'your_email\') != req.get(\'your_email_repeated\'):\n
missing_string += \'&missing:list=email&missing:list=email_repeated\'\n
params = returned_params + \'&\' + missing_string + \'&portal_status_message=You entered two different email addresses. Please make sure to enter the same email adress in the fields Email Adress and Repeat Email Adress.\'\n
params = returned_params + \'&\' + missing_string + \'&portal_status_message=You entered two different email addresses. Please make sure to enter the same email address in the fields Email Address and Repeat Email Address.\'\n
return req.RESPONSE.redirect(context.absolute_url()+\'?\'+params)\n
\n
# create a user\n
......@@ -107,7 +107,7 @@ context.log(kwargs)\n
try:\n
user = context.WebSite_createUser(**kwargs)\n
context.log(user)\n
msg = \'Thank you for registering. Your password will be sent to the email adress that you provided once your account has been validated by the appropriate department.\'\n
msg = \'Thank you for registering. Your password will be sent to the email address that you provided once your account has been validated by the appropriate department.\'\n
except Exception, e:\n
msg = str(e)\n
\n
......
......@@ -169,7 +169,7 @@ class TestGis(ERP5TypeTestCase):
def stepCreateAsTextScript(self, sequence=None, **kw) :
"""
This script returns a different adress format.
This script returns a different address format.
"""
createZODBPythonScript(self.getPortal().portal_skins.custom,
'Address_asText', '', """
......
......@@ -47,7 +47,7 @@ class FormBoxWidget(Widget.Widget):
"""
A widget that display a form within a form.
A first purpose of this widget is to display adresses in
A first purpose of this widget is to display addresses in
a different order for every localisation.
A second purpose of this widget is to represent a single value
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment