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 /desktop/uiconfig | |
parent | e9f405a0daf1dc47a46cb902f05fe24e095b837d (diff) |
translatable="yes" in .ui files
Change-Id: I2f15875aaba4d960e7b66d38286ef08e091532e1
Diffstat (limited to 'desktop/uiconfig')
-rw-r--r-- | desktop/uiconfig/ui/updaterequireddialog.ui | 4 |
1 files changed, 2 insertions, 2 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> |