diff options
author | Andras Timar <andras.timar@collabora.com> | 2016-10-03 17:47:06 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2016-10-03 19:19:43 +0000 |
commit | dc9f7bbb8d81c1b8fce42a45f362597bb8ad05dc (patch) | |
tree | 9bd6d137973c3edf3344fc785e8f963da7ec16a9 /svx/uiconfig | |
parent | 586479a9128f421c1e142ca733b12385d066274b (diff) |
set translatable attributes in .ui files
Change-Id: Idcdf9fbbc6b980a376fc0b5d607cbb48aa1dc5f1
Reviewed-on: https://gerrit.libreoffice.org/29503
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'svx/uiconfig')
-rw-r--r-- | svx/uiconfig/ui/findreplacedialog.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/uiconfig/ui/findreplacedialog.ui b/svx/uiconfig/ui/findreplacedialog.ui index a32bdbef7097..e8dc7e12cb2c 100644 --- a/svx/uiconfig/ui/findreplacedialog.ui +++ b/svx/uiconfig/ui/findreplacedialog.ui @@ -522,7 +522,7 @@ <child> <object class="GtkLabel" id="label7"> <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"/> @@ -541,7 +541,7 @@ <property name="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> @@ -554,7 +554,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> @@ -579,7 +579,7 @@ <child type="label"> <object class="GtkLabel" id="label6"> <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"/> |