changeset d4d978874007 in modules/account:default
details: https://hg.tryton.org/modules/account?cmd=changeset;node=d4d978874007
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/update_chart_succeed_form.xml | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (11 lines):
diff -r c2e1f809947b -r d4d978874007 view/update_chart_succeed_form.xml
--- a/view/update_chart_succeed_form.xml Tue Jul 07 23:56:09 2020 +0200
+++ b/view/update_chart_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="Update Chart of Accounts Succeed!" id="succeed"
- yalign="0.0" xalign="0.0" xexpand="1"/>
+ <label string="Chart of accounts updated successfully." id="succeed"
yalign="0.0" xalign="0.0" xexpand="1"/>
</form>