From 6343d9941a63dbf788516eb325e589f70f06c6f1 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Sat, 21 Feb 2015 23:46:42 -0500 Subject: [PATCH] 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. --- src/Converter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Converter.cpp b/src/Converter.cpp index 4fa740eb2c..a00b0f49c0 100644 --- a/src/Converter.cpp +++ b/src/Converter.cpp @@ -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.")); } -- 2.39.5