[IMP]Base_setup :Remove two spaces between "the all" in tooltip of language

bzr revid: aag@tinyerp.co.in-20110520051800-1oobwmiijti3jj2i
This commit is contained in:
aag (OpenERP) 2011-05-20 10:48:00 +05:30
parent 0cba9e7e34
commit cc0af89e8b
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ class user_preferences_config(osv.osv_memory):
help="Set default for new user's timezone, used to perform timezone conversions "
"between the server and the client."),
'context_lang': fields.selection(_lang_get, 'Language', required=True,
help="Sets default language for the all user interface, when UI "
help="Sets default language for the all user interface, when UI "
"translations are available. If you want to Add new Language, you can add it from 'Load an Official Translation' wizard from 'Administration' menu."),
'view': fields.selection([('simple','Simplified'),
('extended','Extended')],