diff options
-rw-r--r-- | ui/ncurses/nc-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ncurses/nc-lang.c b/ui/ncurses/nc-lang.c index 3d86659..7879c45 100644 --- a/ui/ncurses/nc-lang.c +++ b/ui/ncurses/nc-lang.c @@ -384,7 +384,7 @@ struct lang_screen *lang_screen_init(struct cui *cui, _("Petitboot Language Selection")); screen->scr.frame.rtitle = NULL; screen->scr.frame.help = talloc_strdup(screen, - _("tab=next, shift+tab=previous, x=exit, h=help")); + _("tab=next, shift+tab=previous, x=exit")); nc_scr_frame_draw(&screen->scr); scrollok(screen->scr.sub_ncw, true); |