diff options
author | Matthias Clasen <mclasen@redhat.com> | 2022-06-01 14:01:21 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2022-06-01 14:47:08 -0400 |
commit | c96113e6d810395d7196bf66a97192d4d221acd1 (patch) | |
tree | ba87a97350a7c0979a05ab8eff5856185b44edbd /gtk/ui/gtkassistant.ui | |
parent | 3e766a4fe2e3a5ade7cef1e76f37b46a1daab258 (diff) | |
download | gtk+-fix-ui-file-translation.tar.gz |
Fix ui files to work for translationsfix-ui-file-translation
We need to keep using translatable="yes", since
that is what the installed its file is looking
for.
Fixes: #4957
Diffstat (limited to 'gtk/ui/gtkassistant.ui')
-rw-r--r-- | gtk/ui/gtkassistant.ui | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/ui/gtkassistant.ui b/gtk/ui/gtkassistant.ui index 4e8c906a90..759a228131 100644 --- a/gtk/ui/gtkassistant.ui +++ b/gtk/ui/gtkassistant.ui @@ -37,7 +37,7 @@ <child> <object class="GtkButton" id="close"> <property name="visible">0</property> - <property name="label" translatable="1">_Close</property> + <property name="label" translatable="yes">_Close</property> <property name="receives-default">1</property> <property name="use-underline">1</property> <style> @@ -49,7 +49,7 @@ <child> <object class="GtkButton" id="cancel"> <property name="visible">0</property> - <property name="label" translatable="1">_Cancel</property> + <property name="label" translatable="yes">_Cancel</property> <property name="receives-default">1</property> <property name="use-underline">1</property> <style> @@ -61,7 +61,7 @@ <child> <object class="GtkButton" id="last"> <property name="visible">0</property> - <property name="label" translatable="1">_Finish</property> + <property name="label" translatable="yes">_Finish</property> <property name="receives-default">1</property> <property name="use-underline">1</property> <style> @@ -72,7 +72,7 @@ </child> <child> <object class="GtkButton" id="back"> - <property name="label" translatable="1">_Back</property> + <property name="label" translatable="yes">_Back</property> <property name="receives-default">1</property> <property name="use-underline">1</property> <style> @@ -83,7 +83,7 @@ </child> <child> <object class="GtkButton" id="forward"> - <property name="label" translatable="1">_Next</property> + <property name="label" translatable="yes">_Next</property> <property name="receives-default">1</property> <property name="use-underline">1</property> <style> @@ -95,7 +95,7 @@ <child> <object class="GtkButton" id="apply"> <property name="visible">0</property> - <property name="label" translatable="1">_Apply</property> + <property name="label" translatable="yes">_Apply</property> <property name="receives-default">1</property> <property name="use-underline">1</property> <style> |