[Xfce4-commits] [xfce/xfce4-panel] 01/01: launcher: Fix empty button in remove launcher dialog (Bug #13962)
noreply at xfce.org
noreply at xfce.org
Wed Jan 3 01:04:42 CET 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 cb568546debf9e3c44350356799f7d7fbc781fc3
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Wed Jan 3 01:04:16 2018 +0100
launcher: Fix empty button in remove launcher dialog (Bug #13962)
---
plugins/launcher/launcher-dialog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/launcher/launcher-dialog.c b/plugins/launcher/launcher-dialog.c
index fd224f2..1e63037 100644
--- a/plugins/launcher/launcher-dialog.c
+++ b/plugins/launcher/launcher-dialog.c
@@ -851,7 +851,7 @@ launcher_dialog_item_button_clicked (GtkWidget *button,
/* ask the user */
toplevel = gtk_widget_get_toplevel (button);
- if (xfce_dialog_confirm (GTK_WINDOW (toplevel), "edit-delete", NULL,
+ if (xfce_dialog_confirm (GTK_WINDOW (toplevel), "edit-delete", _("Remove"),
_("If you delete an item, it will be permanently removed"),
_("Are you sure you want to remove \"%s\"?"),
panel_str_is_empty (display_name) ? _("Unnamed item") : display_name))
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list