Bugfixed about webservice

bzr revid: fp@tinyerp.com-51f190c9ac7840b2d7a12bb1cab86be5bec8a6bb
This commit is contained in:
Fabien Pinckaers 2008-04-09 11:33:09 +00:00
parent 048e6e91b7
commit 5fe8fb318d
1 changed files with 2 additions and 2 deletions

View File

@ -332,9 +332,9 @@ class common(netsvc.Service):
return res or False return res or False
def about(self): def about(self):
return tools.version_string + _(''' return _('''
Tiny ERP is an ERP+CRM program for small and medium businesses. OpenERP is an ERP+CRM program for small and medium businesses.
The whole source code is distributed under the terms of the The whole source code is distributed under the terms of the
GNU Public Licence. GNU Public Licence.