diff options
author | Andras Timar <andras.timar@collabora.com> | 2014-06-16 12:32:25 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2014-06-16 12:32:25 +0200 |
commit | 76fe2776afea5d2b02aeef1052e84a9d9f7fbbb1 (patch) | |
tree | cd3b1d3a9f664665c4d0277175936301c325c7c8 | |
parent | e9f405a0daf1dc47a46cb902f05fe24e095b837d (diff) |
translatable="yes" in .ui files
Change-Id: I2f15875aaba4d960e7b66d38286ef08e091532e1
-rw-r--r-- | desktop/uiconfig/ui/updaterequireddialog.ui | 4 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/publishingdialog.ui | 2 | ||||
-rw-r--r-- | svx/uiconfig/ui/docrecoveryrecoverdialog.ui | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/desktop/uiconfig/ui/updaterequireddialog.ui b/desktop/uiconfig/ui/updaterequireddialog.ui index 7c641c706f47..881bb32cc6f1 100644 --- a/desktop/uiconfig/ui/updaterequireddialog.ui +++ b/desktop/uiconfig/ui/updaterequireddialog.ui @@ -103,7 +103,7 @@ <property name="layout_style">end</property> <child> <object class="GtkButton" id="check"> - <property name="label">Check for_Updates...</property> + <property name="label" translatable="yes">Check for_Updates...</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> @@ -119,7 +119,7 @@ </child> <child> <object class="GtkButton" id="disable"> - <property name="label">Disable all</property> + <property name="label" translatable="yes">Disable all</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> diff --git a/sd/uiconfig/simpress/ui/publishingdialog.ui b/sd/uiconfig/simpress/ui/publishingdialog.ui index 8d8c9b77ee68..2ed53b751ed5 100644 --- a/sd/uiconfig/simpress/ui/publishingdialog.ui +++ b/sd/uiconfig/simpress/ui/publishingdialog.ui @@ -1680,7 +1680,7 @@ </child> <child> <object class="GtkButton" id="finishButton"> - <property name="label">_Create</property> + <property name="label" translatable="yes">_Create</property> <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> diff --git a/svx/uiconfig/ui/docrecoveryrecoverdialog.ui b/svx/uiconfig/ui/docrecoveryrecoverdialog.ui index f11f71eda0e5..4de5a55fa1cf 100644 --- a/svx/uiconfig/ui/docrecoveryrecoverdialog.ui +++ b/svx/uiconfig/ui/docrecoveryrecoverdialog.ui @@ -19,7 +19,7 @@ <property name="layout_style">end</property> <child> <object class="GtkButton" id="next"> - <property name="label">_Start Recovery ></property> + <property name="label" translatable="yes">_Start Recovery ></property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> |