Improve error message

This commit is contained in:
Juergen Spitzmueller 2020-03-14 09:43:16 +01:00
parent 90aae3c4ca
commit 38a46b43c7

View File

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