Polish warning

This commit is contained in:
Juergen Spitzmueller 2019-10-26 09:10:40 +02:00
parent 1c0572f1ab
commit 3c0e0f8a29

View 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));
}