mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
More info into emergency dialog. This is especially useful in case
more master/child emergency files were detected. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31642 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2fd6cc3cb0
commit
da55181c33
@ -3302,7 +3302,8 @@ bool Buffer::readFileHelper(FileName const & s)
|
||||
str = _("Document was successfully recovered.");
|
||||
else
|
||||
str = _("Document was NOT successfully recovered.");
|
||||
str += "\n\n" + _("Remove emergency file now?");
|
||||
str += "\n\n" + _("Remove emergency file now?") +
|
||||
"\n(" + from_utf8(e.absFilename())+")";
|
||||
|
||||
if (!Alert::prompt(_("Delete emergency file?"), str, 1, 1,
|
||||
_("&Remove"), _("&Keep it"))) {
|
||||
|
Loading…
Reference in New Issue
Block a user