mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Next indices
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36268 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
05df2a7cc6
commit
71501eb543
@ -455,7 +455,7 @@ docstring InsetPrintIndex::screenLabel() const
|
||||
Index const * index = indiceslist.findShortcut(getParam("type"));
|
||||
if (!index && !printall)
|
||||
return _("Unknown index type!");
|
||||
docstring res = printall ? _("All indices") : index->index();
|
||||
docstring res = printall ? _("All indexes") : index->index();
|
||||
if (!multind)
|
||||
res += " (" + _("non-active") + ")";
|
||||
else if (contains(getCmdName(), "printsubindex"))
|
||||
|
Loading…
Reference in New Issue
Block a user