]> git.lyx.org Git - features.git/blobdiff - src/LaTeX.cpp
Amend 8a0715d0bdc3
[features.git] / src / LaTeX.cpp
index c4dd18ef2d6cd6da16367fd2ebf35ec7a84cde47..e0df744d516114629c3cbf8363dfc126ab1312be 100644 (file)
@@ -436,7 +436,8 @@ int LaTeX::run(TeXErrors & terr)
                        iscanres |= INDEX_ERROR;
                        terr.insertError(0,
                                         _("Index Processor Error"),
-                                        _("The index processor did not run successfully. Please check the output of View > Messages!"));
+                                        _("The index processor did not run successfully. "
+                                          "Please check the output of View > Messages Pane!"));
                }
                FileName const ilgfile(changeExtension(file.absFileName(), ".ilg"));
                if (ilgfile.exists())