From: John Levon Date: Sat, 29 Mar 2003 18:53:52 +0000 (+0000) Subject: small tweak X-Git-Tag: 1.6.10~17116 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=eb3f14454bb6912338dd1b31cd30a54bae3bebd9;p=lyx.git small tweak git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6641 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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 !