mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +00:00
Remove preceding spaces
This commit is contained in:
parent
7d2eabc403
commit
23a2920dae
@ -2852,7 +2852,9 @@ void GuiView::openDocument(string const & fname, int origin)
|
||||
// see bug #12609
|
||||
if (origin == FuncRequest::MENU) {
|
||||
docstring const & msg =
|
||||
bformat(_("File\n %1$s\n does not exist. Create empty file?"),
|
||||
bformat(_("File\n"
|
||||
"%1$s\n"
|
||||
"does not exist. Create empty file?"),
|
||||
from_utf8(filename));
|
||||
int ret = Alert::prompt(_("File does not exist"),
|
||||
msg, 0, 1,
|
||||
|
Loading…
Reference in New Issue
Block a user