From 203ad2cb596a4b8df13df4afdc8d7e0d999a5fd5 Mon Sep 17 00:00:00 2001 From: Samuel Mendoza-Jonas Date: Tue, 15 Sep 2015 16:24:24 +1000 Subject: 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 --- ui/ncurses/nc-subset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') 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); -- cgit v1.2.1