[FIX] portal: typos/wording in error messages

bzr revid: odo@openerp.com-20130522122556-mq3402op1n1315ae
This commit is contained in:
Olivier Dony 2013-05-22 14:25:56 +02:00
parent 710d2a37cc
commit e6a8f9aac0
1 changed files with 2 additions and 2 deletions

View File

@ -153,8 +153,8 @@ class wizard_user(osv.osv_memory):
'\n- '.join(['%s <%s>' % (p.display_name, p.email) for p in error_user])))
if error_msg:
error_msg.append(_("To resolve this error, you can: \n"
"- Correct the email addresses of the relevant contacts\n"
"- Choose other contacts to merge"))
"- Correct the emails of the relevant contacts\n"
"- Grant access only to contacts with unique emails"))
return error_msg
def action_apply(self, cr, uid, ids, context=None):