changeset 66081dfaef23 in sao:default
details: https://hg.tryton.org/sao?cmd=changeset;node=66081dfaef23
description:
        Missing translation of ':'

        issue8041
        review54501002
diffstat:

 src/view/form.js |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 5df445011683 -r 66081dfaef23 src/view/form.js
--- a/src/view/form.js  Wed Jan 30 11:47:15 2019 +0100
+++ b/src/view/form.js  Sun Feb 03 20:19:41 2019 +0100
@@ -158,7 +158,7 @@
                 }
                 if (attributes.string === undefined) {
                     attributes.string = model.fields[name]
-                        .description.string + ': ';
+                        .description.string + Sao.i18n.gettext(':');
                 }
             }
             if (attributes.xalign === undefined) {

Reply via email to