[Xfce4-commits] [panel-plugins/xfce4-genmon-plugin] 02/02: Make Save translatable

noreply at xfce.org noreply at xfce.org
Fri Apr 10 17:44:52 CEST 2020


This is an automated email from the git hooks/post-receive script.

T   o   Z       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 panel-plugins/xfce4-genmon-plugin.

commit 78fea4cce7aeb7dbf2aa1d6756e5ed42568a3794
Author: ToZ <tony.paulic at gmail.com>
Date:   Fri Apr 10 11:44:37 2020 -0400

    Make Save translatable
---
 panel-plugin/main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/panel-plugin/main.c b/panel-plugin/main.c
index 05619f4..ef1b2cb 100644
--- a/panel-plugin/main.c
+++ b/panel-plugin/main.c
@@ -879,12 +879,12 @@ static void genmon_create_options (XfcePanelPlugin *plugin,
     xfce_panel_plugin_block_menu (plugin);
     poConf->fTitleDisplayedtmp = poConf->fTitleDisplayed;
     poConf->iPeriod_mstmp = poConf->iPeriod_ms;
-    
+
 #if LIBXFCE4UI_CHECK_VERSION (4, 15, 1)
     dlg = xfce_titled_dialog_new_with_mixed_buttons (_("Generic Monitor"),
          GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (plugin))),
          GTK_DIALOG_DESTROY_WITH_PARENT,
-         "gtk-save", "_Save", GTK_RESPONSE_OK,
+         "gtk-save", _("Save"), GTK_RESPONSE_OK,
          NULL);
 #else
     dlg = xfce_titled_dialog_new_with_buttons (_("Generic Monitor"),

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list