From: Richard Heck Date: Thu, 15 Sep 2011 21:48:45 +0000 (+0000) Subject: Better label for index list. X-Git-Tag: 2.1.0beta1~2707 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=dcf7d30b4d9f57c9e8e2f07b425a7f659f5cf34e;p=features.git Better label for index list. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39682 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/qt_helpers.cpp b/src/frontends/qt4/qt_helpers.cpp index a89406ca2d..59a3d67fd2 100644 --- a/src/frontends/qt4/qt_helpers.cpp +++ b/src/frontends/qt4/qt_helpers.cpp @@ -561,7 +561,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")