From 66295877dfbfa361cd60d8f0f3d823f2b8ff1864 Mon Sep 17 00:00:00 2001
From: resteve <resteve@zikzakmedia.com>
Date: Sun, 4 Oct 2015 23:25:00 +0200
Subject: [PATCH] Remove '_' in button string

https://bugs.tryton.org/issue5012
---
 view/sale_form.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/view/sale_form.xml b/view/sale_form.xml
index a8b47c6..3a17234 100644
--- a/view/sale_form.xml
+++ b/view/sale_form.xml
@@ -11,7 +11,7 @@ copyright notices and license terms. -->
     <xpath
         expr="/form/notebook/page[@id=&quot;sale&quot;]/group/group/button[@name=&quot;process&quot;]"
         position="after">
-        <button name="wizard_sale_payment" string="_Pay"
+        <button name="wizard_sale_payment" string="Pay"
             icon="tryton-go-next"/>
     </xpath>
     <xpath