changeset 5cc446f4a988 in modules/account_invoice:default
details: 
https://hg.tryton.org/modules/account_invoice?cmd=changeset;node=5cc446f4a988
description:
        Normalize wizard message views

        We use the proper icon between info, question, warning and error.
        We remove the exclamation mark in info messages.

        issue9429
        review301831002
diffstat:

 view/credit_start_form.xml |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r d223109b1b0e -r 5cc446f4a988 view/credit_start_form.xml
--- a/view/credit_start_form.xml        Tue Jul 07 23:56:09 2020 +0200
+++ b/view/credit_start_form.xml        Thu Jul 09 00:21:48 2020 +0200
@@ -2,9 +2,10 @@
 <!-- This file is part of Tryton.  The COPYRIGHT file at the top level of
 this repository contains the full copyright notices and license terms. -->
 <form col="2">
-    <image name="tryton-info" xexpand="0" xfill="0"/>
+    <image name="tryton-warning" xexpand="0" xfill="0"/>
     <group col="2" id="credit_refund">
-        <label string="Are you sure to credit those/this invoice(s)?"
+        <label
+            string="Are you sure to credit these/this invoice(s)?"
             id="credit" colspan="2"
             yalign="0.0" xalign="0.0" xexpand="1"/>
         <label name="with_refund"/>

Reply via email to