[IMP] crm, plugin_thunderbird, base_setup : Improved the typos.

bzr revid: mdi@tinyerp.com-20120423110954-1goud07lhs3viz9u
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-04-23 16:39:54 +05:30
parent b2eaba694d
commit ad7ec25e3a
3 changed files with 3 additions and 3 deletions

View File

@ -212,7 +212,7 @@ class sale_config_settings(osv.osv_memory):
_inherit = 'res.config.settings'
_columns = {
'module_crm': fields.boolean('CRM'),
'module_plugin_thunderbird': fields.boolean('Thunderbird plugin',
'module_plugin_thunderbird': fields.boolean('Thunderbird Plugin',
help="""The plugin allows you archive email and its attachments to the selected
OpenERP objects. You can select a partner, a task, a project, an analytical
account, or any other object and attach the selected mail as a .eml file in

View File

@ -29,7 +29,7 @@ class crm_configuration(osv.osv_memory):
'module_crm_caldav': fields.boolean("Caldav Synchronization",
help="""Use protocol caldav to synchronize meetings with other calendar applications (like Sunbird).
This installs the module crm_caldav."""),
'fetchmail_lead': fields.boolean("Create leads from an email account",
'fetchmail_lead': fields.boolean("Create Leads from an E-mail Account",
fetchmail_model='crm.lead', fetchmail_name='Incoming leads',
help="""Allows you to configure your incoming mail server, and create leads from incoming emails."""),
'lead_server': fields.char('Server', size=256),

View File

@ -65,7 +65,7 @@
<field name="module_plugin_thunderbird" position="after">
<group colspan="2" attrs="{'invisible': [('module_crm','=',False)]}">
<button name="%(action_thunderbird_installer)d" type="action"
string="Configure Thunderbird plugin" icon="gtk-execute"/>
string="Configure Thunderbird Plugin" icon="gtk-execute"/>
</group>
</field>
</field>