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

ToZ pushed a commit 
to branch master
in repository panel-plugins/xfce4-genmon-plugin.

commit 78fea4cce7aeb7dbf2aa1d6756e5ed42568a3794
Author: ToZ <tony.pau...@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.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to