[LyX/master] Remove preceding spaces
Juergen Spitzmueller
spitz at lyx.org
Thu Dec 15 06:44:02 UTC 2022
commit 23a2920dae1d60720df69216888ddc8ae8ad29cf
Author: Juergen Spitzmueller <spitz at lyx.org>
Date: Thu Dec 15 08:39:52 2022 +0100
Remove preceding spaces
---
src/frontends/qt/GuiView.cpp | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/frontends/qt/GuiView.cpp b/src/frontends/qt/GuiView.cpp
index 73e26ef..864721e 100644
--- a/src/frontends/qt/GuiView.cpp
+++ b/src/frontends/qt/GuiView.cpp
@@ -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,
More information about the lyx-cvs
mailing list