[gnome-panel] clarify warning message at forced quit
- From: Gabor Keleman <kelemeng src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-panel] clarify warning message at forced quit
- Date: Wed, 12 Aug 2009 11:04:21 +0000 (UTC)
commit 8da91d6027b3eefc949ca40c496a2c7c991fafdf
Author: Gabor Kelemen <kelemeng gnome hu>
Date: Wed Aug 12 13:01:14 2009 +0200
clarify warning message at forced quit
Fix for bug #507553.
gnome-panel/panel-force-quit.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnome-panel/panel-force-quit.c b/gnome-panel/panel-force-quit.c
index a38f1a5..97aa3a9 100644
--- a/gnome-panel/panel-force-quit.c
+++ b/gnome-panel/panel-force-quit.c
@@ -205,9 +205,9 @@ kill_window_question (gpointer window)
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
_("If you choose to force an application "
- "to exit, any open documents in it will "
- "be lost."));
-
+ "to exit, unsaved changes in any open documents "
+ "in it might get lost."));
+
gtk_dialog_add_buttons (GTK_DIALOG (dialog),
GTK_STOCK_CANCEL,
GTK_RESPONSE_CANCEL,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]