diff --git a/addons/mail/mail_followers.py b/addons/mail/mail_followers.py index 450b81dabbf..152b9704fd7 100644 --- a/addons/mail/mail_followers.py +++ b/addons/mail/mail_followers.py @@ -118,8 +118,8 @@ class mail_notification(osv.Model): Administrator

- Send by Your Company using OpenERP. OR - Send by Administrator using OpenERP. + Sent by Your Company using OpenERP. OR + Sent by Administrator using OpenERP.
""" footer = "" @@ -139,7 +139,7 @@ class mail_notification(osv.Model): company = user.company_id.website and "%s" % (user.company_id.website, user.company_id.name) or user.company_id.name else: company = user.name - signature_company = _('Send by %(company)s using %(openerp)s.') % { + signature_company = _('Sent by %(company)s using %(openerp)s.') % { 'company': company, 'openerp': "OpenERP" }