[IMP] Accounting typos fixes in tips
authorYannick Tivisse <yti@odoo.com>
Thu, 16 Oct 2014 09:06:03 +0000 (11:06 +0200)
committerThibault Delavallée <tde@openerp.com>
Wed, 22 Oct 2014 14:16:54 +0000 (16:16 +0200)
addons/account/account_tip_data.xml
addons/account_bank_statement_import/account_import_tip_data.xml

index bb75053..d80df93 100644 (file)
@@ -3,7 +3,7 @@
     <data>
         <record model="web.tip" id="account_tip_1">
             <field name="title"><![CDATA[<b>Reconciliation on bank statement</b>]]></field>
-            <field name="description">Click here to automatically reconcile your bank statements with the related entries. Do it later by clicking on "Reconcile Bank Statement" under periodical processing menu.</field>
+            <field name="description">Click here to automatically reconcile your bank statement with the related entries. Do it later by clicking on "Reconcile Bank Statements" under periodical processing menu.</field>
             <field name="action_id" ref="account.action_bank_statement_tree"/>
             <field name="model">account.bank.statement</field>
             <field name="type">form</field>
@@ -15,7 +15,7 @@
 
         <record model="web.tip" id="account_tip_2">
             <field name="title"><![CDATA[<b>Generate PDF file</b>]]></field>
-            <field name="description">Click here to generate a PDF files of your financial reports (like Balance Sheet, Profit <![CDATA[&amp;]]> Loss, Ledgers, etc...)</field>
+            <field name="description">Click here to generate a PDF file of your financial reports (like Balance Sheet, Profit <![CDATA[&amp;]]> Loss, Ledgers, etc...)</field>
             <field name="action_id" ref="account.action_bank_statement_tree"/>
             <field name="model">account.bank.statement</field>
             <field name="type">form</field>
index b34883a..27aa392 100644 (file)
@@ -3,7 +3,7 @@
     <data>
         <record model="web.tip" id="account_import_tip_1">
             <field name="title"><![CDATA[<b>Import Statement</b>]]></field>
-            <field name="description">Click here to import your electronic bank statements. This will import of all movements in and out across all your accounts.</field>
+            <field name="description">Click here to import your electronic bank statements. This will import all the movements in and out across all your accounts.</field>
             <field name="action_id" ref="account.action_invoice_tree1"/>
             <field name="model">account.invoice</field>
             <field name="mode">form</field>