]> git.lyx.org Git - features.git/commitdiff
Add line break in message
authorJuergen Spitzmueller <spitz@lyx.org>
Thu, 31 Oct 2019 09:41:55 +0000 (10:41 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Thu, 31 Oct 2019 09:41:55 +0000 (10:41 +0100)
src/insets/InsetGraphics.cpp

index fbddab0463a584f207bbd87b72bd6a0f3704b13d..88ee9a032082afb73eb2d96fec79103c33b90be0 100644 (file)
@@ -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));
        }