[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - cui/uiconfig
Stanislav Horacek
stanislav.horacek at gmail.com
Sun Nov 23 12:35:58 PST 2014
cui/uiconfig/ui/areatabpage.ui | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 5b39e04b870462432c7f0a994a8d506dd71b9a3a
Author: Stanislav Horacek <stanislav.horacek at gmail.com>
Date: Sun Nov 23 15:24:53 2014 +0100
mark numbers as untranslatable
Change-Id: I6306ad4ecb4a3450f1ae518d8b8c88531695fe12
Reviewed-on: https://gerrit.libreoffice.org/13075
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