projects
/
petitboot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72928ed
)
Remove "h=help" hint in language page
author
Johnny
<johnny.cl.chang@foxconn.com>
Wed, 2 Mar 2016 07:52:22 +0000
(15:52 +0800)
committer
Johnny
<johnny.cl.chang@foxconn.com>
Wed, 2 Mar 2016 08:11:54 +0000
(16:11 +0800)
Signed-off-by: Johnny <johnny.cl.chang@foxconn.com>
ui/ncurses/nc-lang.c
patch
|
blob
|
history
diff --git
a/ui/ncurses/nc-lang.c
b/ui/ncurses/nc-lang.c
index 3d86659cd44e9897cf9100de60b715fee6da85eb..7879c457cfe9eb8daa877f56cbd51f8e87df63d0 100644
(file)
--- 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);