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 ...@@ -82,12 +82,12 @@ organisation = result[0]\n
\n \n
# Build the message and translate it\n # Build the message and translate it\n
subject = translateString("Your credential for ${site_address}", mapping=dict(site_address=\'www.safi.sn\'))\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 \n
Login : ${login}\n Login : ${login}\n
Password : ${password}\n Password : ${password}\n
\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 """\n
msg = translateString(msg,\n msg = translateString(msg,\n
mapping=dict(site_address=\'www.safi.sn\',\n mapping=dict(site_address=\'www.safi.sn\',\n
......
412 413
\ No newline at end of file \ 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