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:
Richard Heck 2011-09-15 21:49:20 +00:00
parent e6101f9807
commit b3cd6747eb

View File

@ -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")