[IMP] mail : Improved the typos.
authorDivyesh Makwana (Open ERP) <mdi@tinyerp.com>
Mon, 23 Apr 2012 10:46:06 +0000 (16:16 +0530)
committerDivyesh Makwana (Open ERP) <mdi@tinyerp.com>
Mon, 23 Apr 2012 10:46:06 +0000 (16:16 +0530)
bzr revid: mdi@tinyerp.com-20120423104606-193h9n5rwlkhgzo7

addons/mail/res_users.py

index 05bc421..2223d9e 100644 (file)
@@ -36,7 +36,7 @@ class res_users(osv.osv):
                         ('comments', 'Only comments'),
                         ('to_me', 'Only when sent directly to me'),
                         ('none', 'Never')
-                        ], 'Receive feeds by email', required=True,
+                        ], 'Receive Feeds by E-mail', required=True,
                         help="Choose in which case you want to receive an email when you receive new feeds."),
     }