]> git.lyx.org Git - features.git/commitdiff
Better label for index list.
authorRichard Heck <rgheck@comcast.net>
Thu, 15 Sep 2011 21:49:20 +0000 (21:49 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 15 Sep 2011 21:49:20 +0000 (21:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39683 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/qt_helpers.cpp

index 076681c3a693edf35c44e0c2285fbc64f236221c..56b0ac87d3a5d5c797ff2ad95663df3c9aa57f63 100644 (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")