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:
Scott Kostyshak 2015-02-21 23:46:42 -05:00
parent 49df5ef93d
commit 6343d9941a

View File

@ -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."));
}