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

ochosi pushed a 
commit to branch 
master
in repository xfce/xfce4-panel.

commit 8aa5a79ed2c7b18150eefa8180ee90cf5a9f925e
Author: Simon Steinbeiss <simon.steinbe...@elfenbeinturm.at>
Date:   Fri Jun 30 23:03:29 2017 +0200

    Fix plugin crash dialog buttons
---
 panel/panel-plugin-external.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/panel/panel-plugin-external.c b/panel/panel-plugin-external.c
index e10543e..ee52ccf 100644
--- a/panel/panel-plugin-external.c
+++ b/panel/panel-plugin-external.c
@@ -432,8 +432,8 @@ panel_plugin_external_child_ask_restart_dialog (GtkWindow   
*parent,
                                             "the last %d seconds. If you press 
Execute the panel will try to restart "
                                             "the plugin otherwise it will be 
permanently removed from the panel."),
                                             PANEL_PLUGIN_AUTO_RESTART);
-  gtk_dialog_add_buttons (GTK_DIALOG (dialog), "system-run", GTK_RESPONSE_OK,
-                          "list-remove", GTK_RESPONSE_CLOSE, NULL);
+  gtk_dialog_add_buttons (GTK_DIALOG (dialog), _("Execute"), GTK_RESPONSE_OK,
+                          _("Remove"), GTK_RESPONSE_CLOSE, NULL);
   gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_OK);
   gtk_window_set_position (GTK_WINDOW (dialog), GTK_WIN_POS_CENTER);
 

-- 
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