summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorSamuel Mendoza-Jonas <sam.mj@au1.ibm.com>2015-09-15 16:24:24 +1000
committerSamuel Mendoza-Jonas <sam.mj@au1.ibm.com>2015-09-15 16:33:02 +1000
commit203ad2cb596a4b8df13df4afdc8d7e0d999a5fd5 (patch)
tree74fc3bca357460f60d2988ae9c44270833d8c929 /ui
parent5acb43464206348b7cced9508852fdd2989aea58 (diff)
downloadtalos-petitboot-203ad2cb596a4b8df13df4afdc8d7e0d999a5fd5.tar.gz
talos-petitboot-203ad2cb596a4b8df13df4afdc8d7e0d999a5fd5.zip
Fix certain calls to gettext
Properly call gettext for strings in discover/device-handler.c that are user-visible, and fix the help string in ui/ncurses/nc-subset.c Signed-off-by: Samuel Mendoza-Jonas <sam.mj@au1.ibm.com>
Diffstat (limited to 'ui')
-rw-r--r--ui/ncurses/nc-subset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ncurses/nc-subset.c b/ui/ncurses/nc-subset.c
index 0faed3b..8336725 100644
--- a/ui/ncurses/nc-subset.c
+++ b/ui/ncurses/nc-subset.c
@@ -285,7 +285,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"));
+ _("tab=next, shift+tab=previous, x=exit, h=help"));
scrollok(screen->scr.sub_ncw, true);
OpenPOWER on IntegriCloud