[FIX] English

bzr revid: rim@openerp.com-20131125104912-tw8aw20nowkep31h
This commit is contained in:
Richard Mathot (OpenERP) 2013-11-25 11:49:12 +01:00
parent fb8f1b4c24
commit 51bb7204cd
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ class survey_mail_compose_message(osv.TransientModel):
""" Compute if the message is unread by the current user. """
urls = self._get_public_url(cr, uid, ids, name, arg, context=context)
for key, url in urls.items():
urls[key] = '<a href="%s">%s</a>' % (url, _("Click here to take survey"))
urls[key] = '<a href="%s">%s</a>' % (url, _("Click here to start survey"))
return urls
_columns = {

View File

@ -11,7 +11,7 @@
<div style="font-family: 'Lucida Grande', Ubuntu, Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); ">
<p>Hello,</p>
<p>We are conducting a survey, and your response would be appreciated.</p>
<p><a href="__URL__">Please, click here to take survey</a></p>
<p><a href="__URL__">Please, click here to start survey</a></p>
<p>Thanks for your participation!</p>
</div>
]]></field>