[IMP] sale config plugins: improve tooltip text
authorRaphael Collet <rco@openerp.com>
Wed, 21 Mar 2012 10:47:59 +0000 (11:47 +0100)
committerRaphael Collet <rco@openerp.com>
Wed, 21 Mar 2012 10:47:59 +0000 (11:47 +0100)
bzr revid: rco@openerp.com-20120321104759-kj5pn2rv7o1y26pm

addons/mail/res_config.py
addons/plugin_outlook/plugin_outlook.xml
addons/plugin_thunderbird/plugin_thunderbird.xml

index 5538326..89038a4 100644 (file)
@@ -26,22 +26,18 @@ class plugin_configuration(osv.osv_memory):
     
     _columns = {
         '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
-                                    the attachment of a selected record. You can create documents for CRM Lead,
-                                    HR Applicant and Project Issue from selected mails.
-                                    It installs plugin_thunderbird module.
-                                    """),
+            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
+                the attachment of a selected record. You can create documents for CRM Lead,
+                HR Applicant and Project Issue from the selected emails.
+                This installs the module plugin_thunderbird."""),
         'module_plugin_outlook': fields.boolean('Outlook plugin',
-                                    help="""
-                                    Outlook plug-in 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, a task,
-                                    a project, an analytical account, or any other object and archive selected
-                                    mail into mail.message with attachments.
-                                    It installs plugin_outlook module.
-                                    """),
+            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, a task,
+                a project, an analytical account, or any other object and archive a selected
+                email into an OpenERP mail message with attachments.
+                This installs the module plugin_outlook."""),
     }
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
index 8bf8993..429fbf9 100644 (file)
@@ -56,7 +56,7 @@
             <field name="inherit_id" ref="mail.view_sales_config_plugin"/>
             <field name="arch" type="xml">
                 <field name="module_plugin_outlook" position="after">
-                    <button name="%(action_outlook_installer)d" type="action" string="Configure Outlook" icon="gtk-execute"/>
+                    <button name="%(action_outlook_installer)d" type="action" string="Configure" icon="gtk-execute"/>
                 </field>
             </field>
         </record>
index 6349e3b..ee4801d 100644 (file)
@@ -63,7 +63,7 @@
         <field name="inherit_id" ref="mail.view_sales_config_plugin"/>
         <field name="arch" type="xml">
             <field name="module_plugin_thunderbird" position="after">
-                <button name="%(action_thunderbird_installer)d" type="action" string="Configure Thunderbird" icon="gtk-execute"/>
+                <button name="%(action_thunderbird_installer)d" type="action" string="Configure" icon="gtk-execute"/>
             </field>
         </field>
     </record>