Commit 6cd43563 authored by Yusei Tahara's avatar Yusei Tahara

Use written English.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23305 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fa770036
......@@ -73,7 +73,7 @@ class PasswordTool(BaseTool):
# check user exists
user_list = self.portal_catalog.unrestrictedSearchResults(portal_type="Person", reference=user_login)
if len(user_list) == 0:
msg = translateString("User ${user} doesn't exist.",
msg = translateString("User ${user} does not exist.",
mapping={'user':user_login})
if REQUEST is not None:
ret_url = '%s/login_form?portal_status_message=%s' % \
......
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