From: Jürgen Spitzmüller Date: Sun, 20 Apr 2008 10:26:57 +0000 (+0000) Subject: spelling fixes. X-Git-Tag: 1.6.10~5094 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b33f1b11e6d37983c25fbbe90fc9b29a5819d703;p=features.git spelling fixes. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24380 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiToc.cpp b/src/frontends/qt4/GuiToc.cpp index 73bd3d751e..a2ebac0575 100644 --- a/src/frontends/qt4/GuiToc.cpp +++ b/src/frontends/qt4/GuiToc.cpp @@ -229,7 +229,7 @@ docstring GuiToc::guiName(string const & type) const if (type == "equation") return _("List of Equations"); if (type == "footnote") - return _("List of Foot notes"); + return _("List of Footnotes"); if (type == "listing") return _("List of Listings"); if (type == "index") diff --git a/src/frontends/qt4/Menus.cpp b/src/frontends/qt4/Menus.cpp index 1a91ca82a1..0aa3cbe597 100644 --- a/src/frontends/qt4/Menus.cpp +++ b/src/frontends/qt4/Menus.cpp @@ -932,7 +932,7 @@ void MenuDefinition::expandToc(Buffer const * buf) else if (cit->first == "note") label = qt_("List of Notes"); else if (cit->first == "footnote") - label = qt_("List of Foot notes"); + label = qt_("List of Footnotes"); else if (cit->first == "label") label = qt_("Labels and References"); else if (cit->first == "citation")