From ec5f2fe5d34ee2400c010afd73d1cfc6671fb3c9 Mon Sep 17 00:00:00 2001 From: Antonin Bourguignon Date: Wed, 1 Aug 2012 17:47:01 +0200 Subject: [PATCH] [FIX] several typos rephrase some labels fix capital letters add missing spaces (mainly before parentheses) bzr revid: abo@openerp.com-20120801154701-9jvsd9iyihx5phyn --- addons/base_setup/res_config.py | 6 +++--- addons/base_setup/res_config_view.xml | 2 +- addons/crm/res_config.py | 4 ++-- addons/hr/res_config_view.xml | 2 +- addons/hr_recruitment/res_config_view.xml | 2 +- addons/knowledge/res_config.py | 6 +++--- addons/mrp/res_config.py | 6 +++--- addons/project/res_config.py | 6 +++--- addons/purchase/res_config.py | 4 ++-- .../purchase_double_validation_installer.py | 2 +- .../purchase_double_validation_installer.xml | 10 ++++++---- addons/sale/res_config.py | 14 +++++++------- addons/signup/res_config.py | 2 +- addons/stock/res_config.py | 10 +++++----- 14 files changed, 39 insertions(+), 37 deletions(-) diff --git a/addons/base_setup/res_config.py b/addons/base_setup/res_config.py index f2466cba1b8..78324067dbe 100644 --- a/addons/base_setup/res_config.py +++ b/addons/base_setup/res_config.py @@ -30,7 +30,7 @@ class base_config_settings(osv.osv_memory): This installs the module multi_company."""), 'module_portal': fields.boolean('activate customer portal', help="""The portal will give access to a series of documents for your customers; his quotations, his invoices, his projects, etc."""), - 'module_share': fields.boolean('allow sharing documents to', + 'module_share': fields.boolean('allow documents sharing', help="""As an example, you will be able to share a project or some tasks to your customers, or quotes/sales to several persons at your customer company, or your agenda availabilities to your contacts."""), } @@ -54,14 +54,14 @@ 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('enable Thunderbird plugin.', help="""The plugin allows you archive email and its attachments to the selected OpenERP objects. You can select a partner, or a lead and attach the selected mail as a .eml file in the attachment of a selected record. You can create documents for CRM Lead, Partner from the selected emails. This installs the module plugin_thunderbird."""), - 'module_plugin_outlook': fields.boolean('Outlook plugin', + 'module_plugin_outlook': fields.boolean('enable Outlook plugin', help="""The Outlook plugin allows you to select an object that you would like to add to your email and its attachments from MS Outlook. You can select a partner, or a lead object and archive a selected diff --git a/addons/base_setup/res_config_view.xml b/addons/base_setup/res_config_view.xml index 95b740632e0..b8f5abdf80f 100644 --- a/addons/base_setup/res_config_view.xml +++ b/addons/base_setup/res_config_view.xml @@ -87,7 +87,7 @@
- The email integration allows you to autometically create leads or others documents from an incoming emails account. + The email integration allows you to automatically create leads or others documents from an incoming emails account. Users can do it from the mail client by pressing a button or it can be configured to automatically synchronize from your mail server.
diff --git a/addons/crm/res_config.py b/addons/crm/res_config.py index dd58547bad8..834a4dc7149 100644 --- a/addons/crm/res_config.py +++ b/addons/crm/res_config.py @@ -26,10 +26,10 @@ class crm_configuration(osv.osv_memory): _inherit = ['sale.config.settings', 'fetchmail.config.settings'] _columns = { - 'fetchmail_lead': fields.boolean("create leades from incoming mails", + 'fetchmail_lead': fields.boolean("create leads from incoming mails", fetchmail_model='crm.lead', fetchmail_name='Incoming Leads', help="""Allows you to configure your incoming mail server, and create leads from incoming emails."""), - 'module_crm_caldav': fields.boolean("Applications with Caldev protocol", + 'module_crm_caldav': fields.boolean("applications with Caldav protocol", help="""Use protocol caldav to synchronize meetings with other calendar applications (like Sunbird). This installs the module crm_caldav."""), 'module_import_sugarcrm': fields.boolean("SugarCRM", diff --git a/addons/hr/res_config_view.xml b/addons/hr/res_config_view.xml index cf9e565bf21..89df1db3c44 100644 --- a/addons/hr/res_config_view.xml +++ b/addons/hr/res_config_view.xml @@ -44,7 +44,7 @@