summaryrefslogtreecommitdiff
path: root/svx/uiconfig
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-02-17 11:11:15 +0100
committerAndras Timar <andras.timar@collabora.com>2015-02-17 11:11:15 +0100
commitabd9ca08df895a4ce6976554a46751dd469125f7 (patch)
tree043f1cb0f6cb6099d383db86cf0691b3b8b31f84 /svx/uiconfig
parent6d500371eb109ea0e10c08e6f6514fc340a29484 (diff)
translatable="no" for some .ui placeholders
Change-Id: I89fe5532b5a8305f94b4c70aac2df7737e691ab5
Diffstat (limited to 'svx/uiconfig')
-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 a4b6aa7c5c92..49305d5da51a 100644
--- a/svx/uiconfig/ui/findreplacedialog.ui
+++ b/svx/uiconfig/ui/findreplacedialog.ui
@@ -402,7 +402,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>
@@ -414,7 +414,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>
@@ -432,7 +432,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"/>