mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Clarify message about an empty file
When empty output is generated, no PDF is produced. The previous message made it seem like an empty PDF was produced.
This commit is contained in:
parent
49df5ef93d
commit
6343d9941a
@ -662,7 +662,7 @@ bool Converters::runLaTeX(Buffer const & buffer, string const & command,
|
||||
Alert::error(_("LaTeX failed"), str);
|
||||
} else if ((result & LaTeX::NO_OUTPUT) && !buffer.isClone()) {
|
||||
Alert::warning(_("Output is empty"),
|
||||
_("An empty output file was generated."));
|
||||
_("No output file was generated."));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user