[dasher: 119/217] Clarify "Don't save" option to "Quit without saving"
- From: Patrick Welche <pwelche src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dasher: 119/217] Clarify "Don't save" option to "Quit without saving"
- Date: Sat, 27 Feb 2016 12:10:19 +0000 (UTC)
commit 3bf0ce96bb4ac121281a657d786d68208babb0bf
Author: David Barnett <dbarnett google com>
Date: Wed Nov 11 00:24:41 2015 -0800
Clarify "Don't save" option to "Quit without saving"
Src/Gtk2/dasher_main.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Src/Gtk2/dasher_main.cpp b/Src/Gtk2/dasher_main.cpp
index fac09de..3c56f73 100644
--- a/Src/Gtk2/dasher_main.cpp
+++ b/Src/Gtk2/dasher_main.cpp
@@ -928,7 +928,7 @@ static void dasher_main_command_quit(DasherMain *pSelf) {
#endif
gtk_dialog_add_buttons(GTK_DIALOG(pDialogue),
- _("Don't save"), GTK_RESPONSE_REJECT,
+ _("Quit without saving"), GTK_RESPONSE_REJECT,
_("Don't quit"), GTK_RESPONSE_CANCEL,
_("Save and quit"), GTK_RESPONSE_ACCEPT,
NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]