summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2021-04-28 13:57:57 +0000
committerAndre Miranda <andreldm@xfce.org>2021-10-13 19:48:22 -0300
commit924db89a1bfc36a3621b46f1d2aa8904533a0faf (patch)
tree5e5e7872d568342e5ee49a746bc2ceca4ae1d8fe
parent3b76a7a1de6cac64dc9d203857929459b150970f (diff)
downloadxfce4-appfinder-xfce-4.16.tar.gz
Make close and help buttons translatablexfce-4.16
Closes https://gitlab.xfce.org/xfce/xfce4-appfinder/-/issues/39
-rw-r--r--src/appfinder-preferences.glade4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/appfinder-preferences.glade b/src/appfinder-preferences.glade
index bce1252..7f5e95d 100644
--- a/src/appfinder-preferences.glade
+++ b/src/appfinder-preferences.glade
@@ -88,7 +88,7 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="button-close">
- <property name="label">_Close</property>
+ <property name="label" translatable="yes">_Close</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -104,7 +104,7 @@
</child>
<child>
<object class="GtkButton" id="button-help">
- <property name="label">_Help</property>
+ <property name="label" translatable="yes">_Help</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>