diff --git a/src/insets/InsetLayout.cpp b/src/insets/InsetLayout.cpp index b6056cd098..00e63b895e 100644 --- a/src/insets/InsetLayout.cpp +++ b/src/insets/InsetLayout.cpp @@ -770,6 +770,8 @@ void InsetLayout::readArgument(Lexer & lex) } else if (tok == "menustring") { lex.next(); arg.menustring = lex.getDocString(); + if (arg.labelstring.empty()) + arg.labelstring = arg.menustring; } else if (tok == "mandatory") { lex.next(); arg.mandatory = lex.getBool();