From bf3bcc447153bf8ee1158a154a143c7c5c803287 Mon Sep 17 00:00:00 2001 From: "Divyesh Makwana (Open ERP)" Date: Mon, 23 Apr 2012 16:44:40 +0530 Subject: [PATCH] [IMP] crm : Improved the typos. bzr revid: mdi@tinyerp.com-20120423111440-poq8ngful1mq2g48 --- 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 9c62675..be59c99 100644 --- a/addons/crm/res_config.py +++ b/addons/crm/res_config.py @@ -49,7 +49,7 @@ class crm_configuration(osv.osv_memory): 'module_import_google': fields.boolean("Google Import", help="""Import google contact in partner address and add google calendar events details in Meeting. This installs the module import_google."""), - 'module_wiki_sale_faq': fields.boolean("Install a sales FAQ", + '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", -- 1.7.10.4