]> git.lyx.org Git - features.git/commitdiff
Shorten labels.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 11 Jul 2019 20:20:03 +0000 (16:20 -0400)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:35 +0000 (15:48 +0200)
src/insets/InsetInclude.cpp

index 530adfcf416087349ccc407edbc47fd78750763d..e99645d8d68b225f2bf2731fec226d784a01e7f4 100755 (executable)
@@ -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())