mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Add line break in message
This commit is contained in:
parent
482a34c9af
commit
8ed8aeac92
@ -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));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user