summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2013-11-30 19:04:43 +0100
committerAndras Timar <andras.timar@collabora.com>2013-11-30 19:09:53 +0100
commit642df5d716f858f1f6b3d6219132c3323032975a (patch)
treecc064c102f5d85e01a44a27d7403172fac0a5d35 /sd
parent79384a8f6049d10fd581e782deb57db653ac1a25 (diff)
mark non-translatable .ui strings explicitely as such
so bin/ui-translatable.sh will not find false positives Change-Id: I35e98ba22ba8c0cc9bbf0de40b31be421acc4c15
Diffstat (limited to 'sd')
-rw-r--r--sd/uiconfig/simpress/ui/optimpressgeneralpage.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui b/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui
index 8bd31ce9308f..d68cf1b6d282 100644
--- a/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui
+++ b/sd/uiconfig/simpress/ui/optimpressgeneralpage.ui
@@ -551,7 +551,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="xalign">0</property>
- <property name="label">info1</property>
+ <property name="label" translatable="no">info1</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">metricInfo1Fields:0.00mm</property>
</object>
@@ -581,7 +581,7 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="xalign">0</property>
- <property name="label">info2</property>
+ <property name="label" translatable="no">info2</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">metricInfo2Fields:0.00mm</property>
</object>