[Xfce4-commits] [xfce/xfce4-panel] 01/01: Improve wording in "Remove plugin" dialog (Bug #9000)
noreply at xfce.org
noreply at xfce.org
Wed Jan 29 22:29:57 CET 2020
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 baeda0c43cfcc5dd73470cc848ef3b55a3b5acb2
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Wed Jan 29 21:59:05 2020 +0100
Improve wording in "Remove plugin" dialog (Bug #9000)
---
libxfce4panel/xfce-panel-plugin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libxfce4panel/xfce-panel-plugin.c b/libxfce4panel/xfce-panel-plugin.c
index 35fc090..1e11b6e 100644
--- a/libxfce4panel/xfce-panel-plugin.c
+++ b/libxfce4panel/xfce-panel-plugin.c
@@ -1107,7 +1107,7 @@ xfce_panel_plugin_menu_remove (XfcePanelPlugin *plugin)
gtk_window_set_screen (GTK_WINDOW (dialog),
gtk_widget_get_screen (GTK_WIDGET (plugin)));
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
- _("If you remove the item from the panel, it is permanently lost."));
+ _("Removing the item from the panel also means its configuration will be lost."));
gtk_dialog_add_buttons (GTK_DIALOG (dialog), _("_Cancel"),
GTK_RESPONSE_NO, _("_Remove"), GTK_RESPONSE_YES, NULL);
gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_NO);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list