summaryrefslogtreecommitdiffstats
path: root/ui/ncurses/nc-lang.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/ncurses/nc-lang.c')
-rw-r--r--ui/ncurses/nc-lang.c2
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);
OpenPOWER on IntegriCloud