[Xfce4-commits] [xfce/xfce4-panel] 01/01: Make former GtkStock dialog buttons translateable (Bug #14338)
noreply at xfce.org
noreply at xfce.org
Mon Apr 23 22:14:16 CEST 2018
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfce4-panel.
commit 42c5a5191bd73bc0a2e370df64f15d4533ebc328
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Mon Apr 23 22:13:33 2018 +0200
Make former GtkStock dialog buttons translateable (Bug #14338)
This affects all plugin settings dialogs.
---
plugins/actions/actions-dialog.glade | 4 ++--
plugins/applicationsmenu/applicationsmenu-dialog.glade | 4 ++--
plugins/directorymenu/directorymenu-dialog.glade | 4 ++--
plugins/launcher/launcher-dialog.glade | 4 ++--
plugins/pager/pager-dialog.glade | 4 ++--
plugins/separator/separator-dialog.glade | 4 ++--
plugins/systray/systray-dialog.glade | 4 ++--
plugins/tasklist/tasklist-dialog.glade | 4 ++--
8 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/plugins/actions/actions-dialog.glade b/plugins/actions/actions-dialog.glade
index 4722960..65faaec 100644
--- a/plugins/actions/actions-dialog.glade
+++ b/plugins/actions/actions-dialog.glade
@@ -49,7 +49,7 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="close-button">
- <property name="label">_Close</property>
+ <property name="label" translatable="yes">_Close</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -63,7 +63,7 @@
</child>
<child>
<object class="GtkButton" id="help-button">
- <property name="label">_Help</property>
+ <property name="label" translatable="yes">_Help</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/plugins/applicationsmenu/applicationsmenu-dialog.glade b/plugins/applicationsmenu/applicationsmenu-dialog.glade
index 496e995..cd85e04 100644
--- a/plugins/applicationsmenu/applicationsmenu-dialog.glade
+++ b/plugins/applicationsmenu/applicationsmenu-dialog.glade
@@ -26,7 +26,7 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="help-button">
- <property name="label">_Help</property>
+ <property name="label" translatable="yes">_Help</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -41,7 +41,7 @@
</child>
<child>
<object class="GtkButton" id="close-button">
- <property name="label">_Close</property>
+ <property name="label" translatable="yes">_Close</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/plugins/directorymenu/directorymenu-dialog.glade b/plugins/directorymenu/directorymenu-dialog.glade
index 1d123e4..8871de5 100644
--- a/plugins/directorymenu/directorymenu-dialog.glade
+++ b/plugins/directorymenu/directorymenu-dialog.glade
@@ -21,7 +21,7 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="close-button">
- <property name="label">_Close</property>
+ <property name="label" translatable="yes">_Close</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -35,7 +35,7 @@
</child>
<child>
<object class="GtkButton" id="help-button">
- <property name="label">_Help</property>
+ <property name="label" translatable="yes">_Help</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/plugins/launcher/launcher-dialog.glade b/plugins/launcher/launcher-dialog.glade
index 310bd4f..ee1c4f9 100644
--- a/plugins/launcher/launcher-dialog.glade
+++ b/plugins/launcher/launcher-dialog.glade
@@ -369,7 +369,7 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="help-button">
- <property name="label">_Help</property>
+ <property name="label" translatable="yes">_Help</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -384,7 +384,7 @@
</child>
<child>
<object class="GtkButton" id="button2">
- <property name="label">Close</property>
+ <property name="label" translatable="yes">Close</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/plugins/pager/pager-dialog.glade b/plugins/pager/pager-dialog.glade
index 1795df8..bc40e38 100644
--- a/plugins/pager/pager-dialog.glade
+++ b/plugins/pager/pager-dialog.glade
@@ -170,7 +170,7 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="close-button">
- <property name="label">_Close</property>
+ <property name="label" translatable="yes">_Close</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -184,7 +184,7 @@
</child>
<child>
<object class="GtkButton" id="help-button">
- <property name="label">_Help</property>
+ <property name="label" translatable="yes">_Help</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/plugins/separator/separator-dialog.glade b/plugins/separator/separator-dialog.glade
index f003f95..7d58645 100644
--- a/plugins/separator/separator-dialog.glade
+++ b/plugins/separator/separator-dialog.glade
@@ -41,7 +41,7 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="close-button">
- <property name="label">_Close</property>
+ <property name="label" translatable="yes">_Close</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -55,7 +55,7 @@
</child>
<child>
<object class="GtkButton" id="help-button">
- <property name="label">_Help</property>
+ <property name="label" translatable="yes">_Help</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/plugins/systray/systray-dialog.glade b/plugins/systray/systray-dialog.glade
index 0ecf282..a3768f2 100644
--- a/plugins/systray/systray-dialog.glade
+++ b/plugins/systray/systray-dialog.glade
@@ -47,7 +47,7 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="close-button">
- <property name="label">_Close</property>
+ <property name="label" translatable="yes">_Close</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -61,7 +61,7 @@
</child>
<child>
<object class="GtkButton" id="help-button">
- <property name="label">_Help</property>
+ <property name="label" translatable="yes">_Help</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/plugins/tasklist/tasklist-dialog.glade b/plugins/tasklist/tasklist-dialog.glade
index 8bb2b34..bb0372b 100644
--- a/plugins/tasklist/tasklist-dialog.glade
+++ b/plugins/tasklist/tasklist-dialog.glade
@@ -78,7 +78,7 @@
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="close-button">
- <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>
@@ -93,7 +93,7 @@
</child>
<child>
<object class="GtkButton" id="help-button">
- <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>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list