small tweak

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6641 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2003-03-29 18:53:52 +00:00
parent 91b32436c5
commit eb3f14454b

View 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 !