changeset 796c9ea66c80 in modules/purchase_blanket_agreement:default
details: 
https://hg.tryton.org/modules/purchase_blanket_agreement?cmd=changeset&node=796c9ea66c80
description:
        Use title case for button string
diffstat:

 purchase.xml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 75e035038e9a -r 796c9ea66c80 purchase.xml
--- a/purchase.xml      Sat Oct 22 00:42:10 2022 +0200
+++ b/purchase.xml      Sat Oct 22 00:42:51 2022 +0200
@@ -108,7 +108,7 @@
 
         <record model="ir.model.button" 
id="purchase_blanket_agreement_create_purchase_button">
             <field name="name">create_purchase</field>
-            <field name="string">Create a purchase</field>
+            <field name="string">Create a Purchase</field>
             <field name="model" search="[('model', '=', 
'purchase.blanket_agreement')]"/>
         </record>
 

Reply via email to