details:   https://code.tryton.org/tryton/commit/4617b09a35ac
branch:    8.0
user:      Sergi Almacellas Abellana <[email protected]>
date:      Wed Jun 03 12:48:36 2026 +0200
description:
        Use only 3 cols for plural field on lang form

        Closes #14873
        (grafted from c9e05204acc03e85ac33a63039c7b739307f80a1)
diffstat:

 trytond/trytond/ir/view/lang_form.xml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 6b1ea14564da -r 4617b09a35ac trytond/trytond/ir/view/lang_form.xml
--- a/trytond/trytond/ir/view/lang_form.xml     Sun May 24 08:31:26 2026 -0700
+++ b/trytond/trytond/ir/view/lang_form.xml     Wed Jun 03 12:48:36 2026 +0200
@@ -18,7 +18,7 @@
     <label name="nplurals"/>
     <field name="nplurals"/>
     <label name="plural"/>
-    <field name="plural" colspan="4"/>
+    <field name="plural" colspan="3"/>
 
     <separator string="Date Formatting" colspan="6" id="date"/>
     <label name="date"/>

Reply via email to