mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
Improve error message a bit more.
Sorry to Kornel, who had already updated sk.po!
(cherry picked from commit 821e101547
)
This commit is contained in:
parent
e7387fd348
commit
1101d85a3a
@ -4358,7 +4358,8 @@ Buffer::ExportStatus Buffer::doExport(string const & target, bool put_in_tempdir
|
||||
Alert::error(_("File name error"),
|
||||
bformat(_("The directory path to the document\n%1$s\n"
|
||||
"contains spaces, but your TeX installation does "
|
||||
"not allow them."), from_ascii(filePath())));
|
||||
"not allow them. You should save the file to a directory "
|
||||
"whose name does not contain spaces."), from_ascii(filePath())));
|
||||
return ExportTexPathHasSpaces;
|
||||
} else {
|
||||
runparams.nice = false;
|
||||
|
Loading…
Reference in New Issue
Block a user