]> git.lyx.org Git - lyx.git/commitdiff
Improve error message
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 14 Mar 2020 08:43:16 +0000 (09:43 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 14 Mar 2020 08:43:16 +0000 (09:43 +0100)
src/Converter.cpp

index 5ea8866ce29c8c22d6db1d0d89ef8fa600b23e34..77aef9ef725a03b2c61000d2fc4515ba5070c022 100644 (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));
        }