From: Juergen Spitzmueller Date: Thu, 31 Oct 2019 09:41:55 +0000 (+0100) Subject: Add line break in message X-Git-Tag: 2.3.4~34 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8ed8aeac92569f8a245fee26f99fb8896c874912;p=features.git Add line break in message --- 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)); }