mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-10 18:58:10 +00:00
lars' tweaks
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6642 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
eb3f14454b
commit
d451eb4d82
@ -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"));
|
||||
|
Loading…
Reference in New Issue
Block a user