Commit 4d392340 authored by Fabien Morin's avatar Fabien Morin

correct some english mistakes

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24265 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8bc5f81c
......@@ -82,12 +82,12 @@ organisation = result[0]\n
\n
# Build the message and translate it\n
subject = translateString("Your credential for ${site_address}", mapping=dict(site_address=\'www.safi.sn\'))\n
msg = """Thanks for registrering to SAFI, now you can connect in on ${site_address} with this credentials : \n
msg = """Thanks for registrering to SAFI. Now you can connect in on ${site_address} with this credentials : \n
\n
Login : ${login}\n
Password : ${password}\n
\n
This credentials are usefull to follow your application and more. Please visit ${site_address} for more information.\n
This credentials are usefull to track your application and more. Please visit ${site_address} for more information.\n
"""\n
msg = translateString(msg,\n
mapping=dict(site_address=\'www.safi.sn\',\n
......
412
\ No newline at end of file
413
\ No newline at end of file
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