mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
spelling fixes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24380 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
aa01bf366e
commit
b33f1b11e6
@ -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")
|
||||
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user