|
@@ -1265,6 +1265,8 @@ static void show_help(struct menu *menu)
|
|
str_append(&help, _(menu_get_help(menu)));
|
|
str_append(&help, _(menu_get_help(menu)));
|
|
str_append(&help, "\n");
|
|
str_append(&help, "\n");
|
|
get_symbol_str(&help, menu->sym);
|
|
get_symbol_str(&help, menu->sym);
|
|
|
|
+ } else {
|
|
|
|
+ str_append(&help, _(menu_get_help(menu)));
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
str_append(&help, nohelp_text);
|
|
str_append(&help, nohelp_text);
|