From 8ed8aeac92569f8a245fee26f99fb8896c874912 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Thu, 31 Oct 2019 10:41:55 +0100 Subject: [PATCH] Add line break in message --- 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 fbddab0463..88ee9a0320 100644 --- a/src/insets/InsetGraphics.cpp +++ b/src/insets/InsetGraphics.cpp @@ -905,7 +905,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