mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Correct error message
This commit is contained in:
parent
a179395bd9
commit
f7e8e3f10e
@ -436,7 +436,8 @@ int LaTeX::run(TeXErrors & terr)
|
|||||||
iscanres |= INDEX_ERROR;
|
iscanres |= INDEX_ERROR;
|
||||||
terr.insertError(0,
|
terr.insertError(0,
|
||||||
_("Index Processor Error"),
|
_("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"));
|
FileName const ilgfile(changeExtension(file.absFileName(), ".ilg"));
|
||||||
if (ilgfile.exists())
|
if (ilgfile.exists())
|
||||||
|
Loading…
Reference in New Issue
Block a user