mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
stdinsets.inc, InsetERT.cpp: change "ERT" to "TeX" to be consistent - the documentation and all other menus use consequently since LyX 1.6.0 "TeX-code" because it turned out that ERT is a meaningless abbreviation for new users
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36189 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
79e908e9c8
commit
e94a9732b1
@ -131,7 +131,7 @@ InsetLayout Note:Greyedout
|
||||
End
|
||||
|
||||
InsetLayout ERT
|
||||
LabelString ERT
|
||||
LabelString TeX
|
||||
LatexType none
|
||||
Decoration minimalistic
|
||||
Font
|
||||
|
@ -140,9 +140,9 @@ bool InsetERT::getStatus(Cursor & cur, FuncRequest const & cmd,
|
||||
docstring const InsetERT::buttonLabel(BufferView const & bv) const
|
||||
{
|
||||
if (decoration() == InsetLayout::CLASSIC)
|
||||
return isOpen(bv) ? _("ERT") : getNewLabel(_("ERT"));
|
||||
return isOpen(bv) ? _("TeX") : getNewLabel(_("TeX"));
|
||||
else
|
||||
return getNewLabel(_("ERT"));
|
||||
return getNewLabel(_("TeX"));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user