[IMP] module : Improved the typos.

bzr revid: mdi@tinyerp.com-20120423105439-3jp2lhcciihus2zl
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-04-23 16:24:39 +05:30
parent bafa33967b
commit 8de5f9d4ab
1 changed files with 3 additions and 3 deletions

View File

@ -175,8 +175,8 @@ class module(osv.osv):
# latest_version refer the installed version (the one in database)
# published_version refer the version available on the repository
'installed_version': fields.function(_get_latest_version,
string='Latest version', type='char'),
'latest_version': fields.char('Installed version', size=64, readonly=True),
string='Latest Version', type='char'),
'latest_version': fields.char('Installed Version', size=64, readonly=True),
'published_version': fields.char('Published Version', size=64, readonly=True),
'url': fields.char('URL', size=128, readonly=True),
@ -195,7 +195,7 @@ class module(osv.osv):
('to remove','To be removed'),
('to install','To be installed')
], string='State', readonly=True, select=True),
'demo': fields.boolean('Demo data', readonly=True),
'demo': fields.boolean('Demo Data', readonly=True),
'license': fields.selection([
('GPL-2', 'GPL Version 2'),
('GPL-2 or any later version', 'GPL-2 or later version'),