From b3cd6747ebe51e656da462e901a7464e7b81de2f Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 15 Sep 2011 21:49:20 +0000 Subject: [PATCH] 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 --- src/frontends/qt4/qt_helpers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/qt_helpers.cpp b/src/frontends/qt4/qt_helpers.cpp index 076681c3a6..56b0ac87d3 100644 --- a/src/frontends/qt4/qt_helpers.cpp +++ b/src/frontends/qt4/qt_helpers.cpp @@ -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") -- 2.39.5