From f7e8e3f10eb40262d8956063adf9f03ebb41ab80 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Thu, 17 Feb 2022 10:52:37 +0100 Subject: [PATCH] Correct error message --- src/LaTeX.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/LaTeX.cpp b/src/LaTeX.cpp index c4dd18ef2d..e0df744d51 100644 --- a/src/LaTeX.cpp +++ b/src/LaTeX.cpp @@ -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())