commit 3c0e0f8a292307cf2f068aa939bbe6e2c5676795 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Sat Oct 26 09:10:40 2019 +0200
Polish warning --- src/insets/InsetGraphics.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/insets/InsetGraphics.cpp b/src/insets/InsetGraphics.cpp index c661d96..2d4ef86 100644 --- a/src/insets/InsetGraphics.cpp +++ b/src/insets/InsetGraphics.cpp @@ -904,7 +904,7 @@ void InsetGraphics::latex(otexstream & os, // FIXME: should be passed to the error dialog frontend::Alert::warning(_("Uncodable characters in path"), bformat(_("The following characters in one of the graphic paths are\n" - "not representable in the current encoding and have been omitted: %1$s." + "not representable in the current encoding and have been omitted: %1$s.\n" "You need to adapt either the encoding or the path."), uncodable)); } -- lyx-cvs mailing list lyx-cvs@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-cvs