From d775a382edd4c136d0367907105b29b92d76a4db Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sat, 26 Oct 2019 09:10:40 +0200 Subject: [PATCH] Polish warning --- src/insets/InsetGraphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetGraphics.cpp b/src/insets/InsetGraphics.cpp index c661d969ef..2d4ef866fe 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)); } -- 2.39.5