From: Richard Kimberly Heck Date: Thu, 11 Jul 2019 20:20:03 +0000 (-0400) Subject: Shorten labels. X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=586b07fa2a77559f83bdf0a0d3873fcb1aa5f41a;p=features.git Shorten labels. --- diff --git a/src/insets/InsetInclude.cpp b/src/insets/InsetInclude.cpp index 530adfcf41..e99645d8d6 100755 --- a/src/insets/InsetInclude.cpp +++ b/src/insets/InsetInclude.cpp @@ -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())