From: Juergen Spitzmueller Date: Sat, 14 Mar 2020 08:43:16 +0000 (+0100) Subject: Improve error message X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6859a6d58d63f67ca2229d871991e529b3f5c93f;p=features.git Improve error message --- diff --git a/src/Converter.cpp b/src/Converter.cpp index 5ea8866ce2..77aef9ef72 100644 --- a/src/Converter.cpp +++ b/src/Converter.cpp @@ -879,7 +879,8 @@ Converters::RetVal Converters::runLaTeX(Buffer const & buffer, string const & co buffer.bufferRefs(terr, errorList); if (errorList.empty()) errorList.push_back(ErrorItem(_("Undefined reference"), - _("Undefined reference or citation was found during the build, please check the Log."), + _("Undefined references or citations were found during the build.\n" + "Please check the warnings in the LaTeX log (Document > LaTeX Log)."), &buffer)); }