[IMP]: marketing: Improvement in label for crm_profiling in config wizard

bzr revid: rpa@tinyerp.com-20100825055049-311ws2leh6unzrr2
This commit is contained in:
rpa (Open ERP) 2010-08-25 11:20:49 +05:30
parent f42e7f1eeb
commit 477bfdbe81
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class marketing_installer(osv.osv_memory):
'marketing_campaign_mailchimp':fields.boolean('Mailchimp Integration',
help="This modules integrate mailchimp.com's service with OpenERP to automate mass mailings."),
'crm_profiling':fields.boolean('Profiling Tools',
help="Helps you to perform segmentation within partners and design questionaires.")
help="Helps you to perform segmentation within partners and design segmentation questionnaires")
}
marketing_installer()