mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +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");
|
||||
break;
|
||||
case VERB:
|
||||
temp = buffer().B_("Verbatim Input");
|
||||
temp = buffer().B_("Verbatim");
|
||||
break;
|
||||
case VERBAST:
|
||||
temp = buffer().B_("Verbatim Input*");
|
||||
temp = buffer().B_("Verbatim*");
|
||||
break;
|
||||
case INCLUDE:
|
||||
if (isChildIncluded())
|
||||
|
Loading…
Reference in New Issue
Block a user