summaryrefslogtreecommitdiff
path: root/svx
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 /svx
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 'svx')
-rw-r--r--svx/uiconfig/ui/findreplacedialog.ui6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/uiconfig/ui/findreplacedialog.ui b/svx/uiconfig/ui/findreplacedialog.ui
index 0f289b5820ca..5cfef2218282 100644
--- a/svx/uiconfig/ui/findreplacedialog.ui
+++ b/svx/uiconfig/ui/findreplacedialog.ui
@@ -443,7 +443,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkButton" id="component1">
- <property name="label">component button 1</property>
+ <property name="label" translatable="no">component button 1</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="no_show_all">True</property>
@@ -457,7 +457,7 @@
</child>
<child>
<object class="GtkButton" id="component2">
- <property name="label">component button 2</property>
+ <property name="label" translatable="no">component button 2</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="no_show_all">True</property>
@@ -477,7 +477,7 @@
<object class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label">component label</property>
+ <property name="label" translatable="no">component label</property>
<property name="use_underline">True</property>
<attributes>
<attribute name="weight" value="bold"/>