]> git.lyx.org Git - features.git/commitdiff
spelling fixes.
authorJürgen Spitzmüller <spitz@lyx.org>
Sun, 20 Apr 2008 10:26:57 +0000 (10:26 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sun, 20 Apr 2008 10:26:57 +0000 (10:26 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24380 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiToc.cpp
src/frontends/qt4/Menus.cpp

index 73bd3d751eb4200f8d36a17a003ff5ff7207d355..a2ebac0575339acc8a3011c6828af821299f506f 100644 (file)
@@ -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")
index 1a91ca82a1c1abb2323166b661c122859be9cc7a..0aa3cbe59719d2ab86d29553952722c041694350 100644 (file)
@@ -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")