lars' tweaks

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6642 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2003-03-29 18:58:27 +00:00
parent eb3f14454b
commit d451eb4d82

View File

@ -75,7 +75,7 @@ bool BufferList::quitWriteBuffer(Buffer * buf)
string text = fmt.str();
#else
string text = _("The document ");
text += file + _(" has unsaved changes.\n\nDo you want to save the document?");
text += file + _(" has unsaved changes.\n\nWhat do you want to do with it?");
#endif
int const ret = Alert::prompt(_("Save changed document?"),
text, 0, _("&Save"), _("&Discard"), _("&Cancel"));
@ -183,7 +183,7 @@ bool BufferList::close(Buffer * buf, bool ask)
string text = fmt.str();
#else
string text = _("The document ");
text += fname + _(" has unsaved changes.\n\nDo you want to save the document?");
text += fname + _(" has unsaved changes.\n\nWhat do you want to do with it?");
#endif
int const ret = Alert::prompt(_("Save changed document?"),
text, 0, _("&Save"), _("&Discard"));