Remove '_' in button string

https://bugs.tryton.org/issue5012
This commit is contained in:
resteve 2015-10-04 23:25:00 +02:00
parent 110e47b2dd
commit 66295877df

View File

@ -11,7 +11,7 @@ copyright notices and license terms. -->
<xpath <xpath
expr="/form/notebook/page[@id=&quot;sale&quot;]/group/group/button[@name=&quot;process&quot;]" expr="/form/notebook/page[@id=&quot;sale&quot;]/group/group/button[@name=&quot;process&quot;]"
position="after"> position="after">
<button name="wizard_sale_payment" string="_Pay" <button name="wizard_sale_payment" string="Pay"
icon="tryton-go-next"/> icon="tryton-go-next"/>
</xpath> </xpath>
<xpath <xpath