[Libreoffice-commits] core.git: cui/uiconfig svx/uiconfig
Andras Timar
andras.timar at collabora.com
Tue Feb 17 02:12:19 PST 2015
cui/uiconfig/ui/blackorwhitelistentrydialog.ui | 2 +-
svx/uiconfig/ui/findreplacedialog.ui | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit abd9ca08df895a4ce6976554a46751dd469125f7
Author: Andras Timar <andras.timar at collabora.com>
Date: Tue Feb 17 11:11:15 2015 +0100
translatable="no" for some .ui placeholders
Change-Id: I89fe5532b5a8305f94b4c70aac2df7737e691ab5
diff --git a/cui/uiconfig/ui/blackorwhitelistentrydialog.ui b/cui/uiconfig/ui/blackorwhitelistentrydialog.ui
index 8cbb9e7..266f364 100644
--- a/cui/uiconfig/ui/blackorwhitelistentrydialog.ui
+++ b/cui/uiconfig/ui/blackorwhitelistentrydialog.ui
@@ -5,7 +5,7 @@
<object class="GtkDialog" id="BlackOrWhiteListEntryDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title">dummy</property>
+ <property name="title" translatable="no">dummy</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
diff --git a/svx/uiconfig/ui/findreplacedialog.ui b/svx/uiconfig/ui/findreplacedialog.ui
index a4b6aa7..49305d5 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"/>
More information about the Libreoffice-commits
mailing list