changeset 6bf3015e8a79 in modules/account_invoice_correction:default
details:
https://hg.tryton.org/modules/account_invoice_correction?cmd=changeset;node=6bf3015e8a79
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/correct_start_view_form.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r 22f9bb273979 -r 6bf3015e8a79 view/correct_start_view_form.xml
--- a/view/correct_start_view_form.xml Tue Jul 07 23:56:09 2020 +0200
+++ b/view/correct_start_view_form.xml Thu Jul 09 00:21:48 2020 +0200
@@ -2,8 +2,8 @@
<!-- 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"/>
- <label string="Choose lines to correct" id="choose"
+ <image name="tryton-question" xexpand="0" xfill="0"/>
+ <label string="Choose lines to correct:" id="choose"
yalign="0.0" xalign="0.0" xexpand="1"/>
<field name="lines" colspan="2" widget="multiselection"/>
</form>