]> git.lyx.org Git - lyx.git/commitdiff
small tweak
authorJohn Levon <levon@movementarian.org>
Sat, 29 Mar 2003 18:53:52 +0000 (18:53 +0000)
committerJohn Levon <levon@movementarian.org>
Sat, 29 Mar 2003 18:53:52 +0000 (18:53 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6641 a592a061-630c-0410-9148-cb99ea01b6c8

src/bufferlist.C

index 1c7c9b563f20c022fe1a22cd12f04e34eb41a623..b699f9d4cdb4262c645c8f0e1330c3c1ae5bbf4d 100644 (file)
@@ -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 !