mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
Shorten labels.
This commit is contained in:
parent
41a705b055
commit
83afe8aa19
@ -410,10 +410,10 @@ docstring InsetInclude::screenLabel() const
|
|||||||
temp = buffer().B_("Input");
|
temp = buffer().B_("Input");
|
||||||
break;
|
break;
|
||||||
case VERB:
|
case VERB:
|
||||||
temp = buffer().B_("Verbatim Input");
|
temp = buffer().B_("Verbatim");
|
||||||
break;
|
break;
|
||||||
case VERBAST:
|
case VERBAST:
|
||||||
temp = buffer().B_("Verbatim Input*");
|
temp = buffer().B_("Verbatim*");
|
||||||
break;
|
break;
|
||||||
case INCLUDE:
|
case INCLUDE:
|
||||||
if (isChildIncluded())
|
if (isChildIncluded())
|
||||||
|
Loading…
Reference in New Issue
Block a user