mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-12 11:32:21 +00:00
Better label for index list.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39683 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e6101f9807
commit
b3cd6747eb
@ -560,7 +560,7 @@ QString guiName(string const & type, BufferParams const & bp)
|
||||
if (type == "listing")
|
||||
return qt_("List of Listings");
|
||||
if (type == "index")
|
||||
return qt_("List of Indexes");
|
||||
return qt_("List of Index Entries");
|
||||
if (type == "marginalnote")
|
||||
return qt_("List of Marginal notes");
|
||||
if (type == "note")
|
||||
|
Loading…
Reference in New Issue
Block a user