mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
rename ERT into P-ERT since they are only partially red nowadays
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8932 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
11c69712d3
commit
ffdc627459
@ -247,7 +247,7 @@ void InsetERT::priv_dispatch(LCursor & cur, FuncRequest & cmd)
|
||||
|
||||
void InsetERT::setButtonLabel()
|
||||
{
|
||||
setLabel(status() == Collapsed ? getNewLabel(_("ERT")) : _("ERT"));
|
||||
setLabel(status() == Collapsed ? getNewLabel(_("P-ERT")) : _("P-ERT"));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user