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

Stanislav Horacek stanislav.horacek at gmail.com
Sun Nov 23 12:32:41 PST 2014


 cui/uiconfig/ui/areatabpage.ui |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit bd505938ac0640135bf93ea9a25d37b60a64655a
Author: Stanislav Horacek <stanislav.horacek at gmail.com>
Date:   Sun Nov 23 15:17:24 2014 +0100

    mark numbers as untranslatable
    
    Change-Id: Iad5d9c5e4b7e82f5809b7aa04f782a2f4e26585c
    Reviewed-on: https://gerrit.libreoffice.org/13074
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Tested-by: Andras Timar <andras.timar at collabora.com>

diff --git a/cui/uiconfig/ui/areatabpage.ui b/cui/uiconfig/ui/areatabpage.ui
index e4d9b11..2d7c4ee 100644
--- a/cui/uiconfig/ui/areatabpage.ui
+++ b/cui/uiconfig/ui/areatabpage.ui
@@ -620,7 +620,7 @@
                                     <property name="can_focus">True</property>
                                     <property name="halign">start</property>
                                     <property name="invisible_char">•</property>
-                                    <property name="text" translatable="yes">0</property>
+                                    <property name="text" translatable="no">0</property>
                                     <property name="adjustment">adjustment2</property>
                                   </object>
                                   <packing>
@@ -666,7 +666,7 @@
                                     <property name="can_focus">True</property>
                                     <property name="halign">start</property>
                                     <property name="invisible_char">•</property>
-                                    <property name="text" translatable="yes">0</property>
+                                    <property name="text" translatable="no">0</property>
                                     <property name="adjustment">adjustment2</property>
                                   </object>
                                   <packing>
@@ -804,7 +804,7 @@
                             <property name="can_focus">True</property>
                             <property name="halign">start</property>
                             <property name="invisible_char">•</property>
-                            <property name="text" translatable="yes">0</property>
+                            <property name="text" translatable="no">0</property>
                             <property name="adjustment">adjustment2</property>
                           </object>
                           <packing>


More information about the Libreoffice-commits mailing list