details:   https://code.tryton.org/tryton/commit/c9e05204acc0
branch:    default
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
diffstat:

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

diffs (12 lines):

diff -r b7c2494a23a7 -r c9e05204acc0 trytond/trytond/ir/view/lang_form.xml
--- a/trytond/trytond/ir/view/lang_form.xml     Mon May 18 17:38:04 2026 +0200
+++ 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