Add line break in message

This commit is contained in:
Juergen Spitzmueller 2019-10-31 10:41:55 +01:00
parent 482a34c9af
commit 8ed8aeac92

View File

@ -905,7 +905,7 @@ void InsetGraphics::latex(otexstream & os,
// FIXME: should be passed to the error dialog // FIXME: should be passed to the error dialog
frontend::Alert::warning(_("Uncodable characters in path"), frontend::Alert::warning(_("Uncodable characters in path"),
bformat(_("The following characters in one of the graphic paths are\n" 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."), "You need to adapt either the encoding or the path."),
uncodable)); uncodable));
} }