bzr revid: fp@tinyerp.com-20101016152855-jsnp47mjsakx8101
This commit is contained in:
Fabien Pinckaers 2010-10-16 17:28:55 +02:00
parent 63d3db6270
commit 70ec348702
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ class crm_lead(crm_case, osv.osv):
'lead': _('The lead'),
'opportunity': _('The opportunity')
}.get(case.type, _('The case'))
message = (n +" '" + case.name + "' "+ _("has been opened.")
message = n +" '" + case.name + "' "+ _("has been opened.")
self.log(cr, uid, id, message)
return res