spelling fixes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24380 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2008-04-20 10:26:57 +00:00
parent aa01bf366e
commit b33f1b11e6
2 changed files with 2 additions and 2 deletions

View 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")

View 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")