]> git.lyx.org Git - features.git/commitdiff
Polish warning
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 26 Oct 2019 07:10:40 +0000 (09:10 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 26 Oct 2019 07:10:40 +0000 (09:10 +0200)
src/insets/InsetGraphics.cpp

index c661d969ef1eca62600167f802595f897ec4d6c4..2d4ef866fe873bf937c0e557d5e4834840096dfd 100644 (file)
@@ -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));
        }