Correct error message

This commit is contained in:
Juergen Spitzmueller 2022-02-17 10:52:37 +01:00
parent a179395bd9
commit f7e8e3f10e

View 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())