changeset 598bc200808c in trytond:default
details: https://hg.tryton.org/trytond?cmd=changeset&node=598bc200808c
description:
Fix typo in configure languages wizard
diffstat:
trytond/ir/lang.py | 2 +-
trytond/ir/view/lang_config_start_form.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 47c55a8f9db6 -r 598bc200808c trytond/ir/lang.py
--- a/trytond/ir/lang.py Wed Sep 15 15:16:40 2021 +0200
+++ b/trytond/ir/lang.py Thu Sep 16 09:00:16 2021 +0200
@@ -554,7 +554,7 @@
class LangConfigStart(ModelView):
- 'Language Configuration Start'
+ "Configure languages"
__name__ = 'ir.lang.config.start'
languages = fields.Many2Many('ir.lang', None, None, "Languages")
diff -r 47c55a8f9db6 -r 598bc200808c trytond/ir/view/lang_config_start_form.xml
--- a/trytond/ir/view/lang_config_start_form.xml Wed Sep 15 15:16:40
2021 +0200
+++ b/trytond/ir/view/lang_config_start_form.xml Thu Sep 16 09:00:16
2021 +0200
@@ -3,7 +3,7 @@
this repository contains the full copyright notices and license terms. -->
<form col="2">
<image name="tryton-info" xexpand="0" xfill="0"/>
- <label string="You can now load aditional translations to the system."
+ <label string="You can now load additional translations to the system."
id="load" yalign="0.0" xalign="0.0" xexpand="1"/>
<field name="languages" colspan="2" widget="multiselection"/>
</form>