From eb3f14454bb6912338dd1b31cd30a54bae3bebd9 Mon Sep 17 00:00:00 2001 From: John Levon Date: Sat, 29 Mar 2003 18:53:52 +0000 Subject: [PATCH] small tweak git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6641 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/bufferlist.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bufferlist.C b/src/bufferlist.C index 1c7c9b563f..b699f9d4cd 100644 --- a/src/bufferlist.C +++ b/src/bufferlist.C @@ -78,7 +78,7 @@ bool BufferList::quitWriteBuffer(Buffer * buf) text += file + _(" has unsaved changes.\n\nDo you want to save the document?"); #endif int const ret = Alert::prompt(_("Save changed document?"), - text, 0, _("&Save"), _("&Discard"), _("&Cancel quit")); + text, 0, _("&Save"), _("&Discard"), _("&Cancel")); if (ret == 0) { // FIXME: WriteAs can be asynch ! -- 2.39.5