changeset 3efb05fb9454 in trytond:default
details: https://hg.tryton.org/trytond?cmd=changeset;node=3efb05fb9454
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:

 trytond/ir/view/translation_clean_start_form.xml   |  2 +-
 trytond/ir/view/translation_clean_succeed_form.xml |  3 +--
 trytond/ir/view/translation_set_start_form.xml     |  2 +-
 trytond/ir/view/translation_set_succeed_form.xml   |  3 +--
 4 files changed, 4 insertions(+), 6 deletions(-)

diffs (46 lines):

diff -r 2bec62d40123 -r 3efb05fb9454 
trytond/ir/view/translation_clean_start_form.xml
--- a/trytond/ir/view/translation_clean_start_form.xml  Tue Jul 07 23:56:10 
2020 +0200
+++ b/trytond/ir/view/translation_clean_start_form.xml  Thu Jul 09 00:21:48 
2020 +0200
@@ -2,7 +2,7 @@
 <!-- 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-question" xexpand="0" xfill="0"/>
     <label string="Clean Translations?" id="clean"
         yalign="0.0" xalign="0.0" xexpand="1"/>
 </form>
diff -r 2bec62d40123 -r 3efb05fb9454 
trytond/ir/view/translation_clean_succeed_form.xml
--- a/trytond/ir/view/translation_clean_succeed_form.xml        Tue Jul 07 
23:56:10 2020 +0200
+++ b/trytond/ir/view/translation_clean_succeed_form.xml        Thu Jul 09 
00:21:48 2020 +0200
@@ -3,6 +3,5 @@
 this repository contains the full copyright notices and license terms. -->
 <form>
     <image name="tryton-info" xexpand="0" xfill="0"/>
-    <label string="Clean Translations Succeed!" id="succeed"
-        yalign="0.0" xalign="0.0" xexpand="1"/>
+    <label string="Translations cleaned successfully." id="succeed" 
yalign="0.0" xalign="0.0" xexpand="1"/>
 </form>
diff -r 2bec62d40123 -r 3efb05fb9454 
trytond/ir/view/translation_set_start_form.xml
--- a/trytond/ir/view/translation_set_start_form.xml    Tue Jul 07 23:56:10 
2020 +0200
+++ b/trytond/ir/view/translation_set_start_form.xml    Thu Jul 09 00:21:48 
2020 +0200
@@ -2,7 +2,7 @@
 <!-- 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-question" xexpand="0" xfill="0"/>
     <label string="Synchronize Translations?" id="synchronize"
         yalign="0.0" xalign="0.0" xexpand="1"/>
 </form>
diff -r 2bec62d40123 -r 3efb05fb9454 
trytond/ir/view/translation_set_succeed_form.xml
--- a/trytond/ir/view/translation_set_succeed_form.xml  Tue Jul 07 23:56:10 
2020 +0200
+++ b/trytond/ir/view/translation_set_succeed_form.xml  Thu Jul 09 00:21:48 
2020 +0200
@@ -3,6 +3,5 @@
 this repository contains the full copyright notices and license terms. -->
 <form col="2">
     <image name="tryton-info" xexpand="0" xfill="0"/>
-    <label string="Set Succeed!" id="succeed"
-        yalign="0.0" xalign="0.0" xexpand="1"/>
+    <label string="Translations set successfully." id="succeed" yalign="0.0" 
xalign="0.0" xexpand="1"/>
 </form>

Reply via email to