[Libreoffice-commits] core.git: svtools/uiconfig

Stanislav Horacek stanislav.horacek at gmail.com
Sun Oct 18 04:59:12 PDT 2015


 svtools/uiconfig/ui/placeedit.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6f3fa536a14d10733f4eb04747ecc74e0eac080d
Author: Stanislav Horacek <stanislav.horacek at gmail.com>
Date:   Fri Oct 16 19:08:21 2015 +0200

    mark number as untranslatable
    
    Change-Id: I4049603621ed48f41e3176e4a0a0b73ec1d674d4
    Reviewed-on: https://gerrit.libreoffice.org/19412
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/svtools/uiconfig/ui/placeedit.ui b/svtools/uiconfig/ui/placeedit.ui
index e3c0d3c..da6b498 100644
--- a/svtools/uiconfig/ui/placeedit.ui
+++ b/svtools/uiconfig/ui/placeedit.ui
@@ -354,7 +354,7 @@
                     <property name="max_length">4</property>
                     <property name="invisible_char">●</property>
                     <property name="max_width_chars">4</property>
-                    <property name="text" translatable="yes">0</property>
+                    <property name="text" translatable="no">0</property>
                     <property name="adjustment">adjustment1</property>
                     <property name="numeric">True</property>
                   </object>


More information about the Libreoffice-commits mailing list