X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fncurses%2Fnc-subset.c;h=9ca3e8aacc8ddb777d990cca7ad6d51fce8720e5;hp=50e1b6521c6565135833799c9f5da7f110bf54ac;hb=24ccb34938342f414b888553882ef2ee976d02a0;hpb=4c55c0778e983c41418effecdbd96437b43a5513 diff --git a/ui/ncurses/nc-subset.c b/ui/ncurses/nc-subset.c index 50e1b65..9ca3e8a 100644 --- a/ui/ncurses/nc-subset.c +++ b/ui/ncurses/nc-subset.c @@ -288,7 +288,7 @@ struct subset_screen *subset_screen_init(struct cui *cui, title_suffix); 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")); scrollok(screen->scr.sub_ncw, true);