From 6059e6312da0bf8edac80bb84129b27164755288 Mon Sep 17 00:00:00 2001 From: "Divyesh Makwana (Open ERP)" Date: Mon, 23 Apr 2012 16:47:12 +0530 Subject: [PATCH] [IMP] crm : Improved the typos. bzr revid: mdi@tinyerp.com-20120423111712-h77tg1yg6ma6uikh --- addons/crm/res_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/crm/res_config.py b/addons/crm/res_config.py index be59c99..27acc48 100644 --- a/addons/crm/res_config.py +++ b/addons/crm/res_config.py @@ -52,7 +52,7 @@ class crm_configuration(osv.osv_memory): 'module_wiki_sale_faq': fields.boolean("Install a Sales FAQ", help="""This provides demo data, thereby creating a Wiki Group and a Wiki Page for Wiki Sale FAQ. This installs the module wiki_sale_faq."""), - 'module_google_map': fields.boolean("Google maps on customer", + 'module_google_map': fields.boolean("Google Maps on Customer", help="""Locate customers on Google Map. This installs the module google_map."""), } -- 1.7.10.4