[IMP] mail : Improved the typos.

bzr revid: mdi@tinyerp.com-20120423104606-193h9n5rwlkhgzo7
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-04-23 16:16:06 +05:30
parent 491641a31c
commit b2eaba694d
1 changed files with 1 additions and 1 deletions

View 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."),
}