From: Jeremy Kerr Date: Fri, 18 Jul 2014 02:49:32 +0000 (+0800) Subject: ui/ncurses: Make Network: heading consistent with other labels X-Git-Tag: v1.0.0~158 X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=commitdiff_plain;h=a685c78f33418c109313a6fc4ea25bb8b90a8111;hp=9073914cfe15b2c81a6cdd5988fbfdfe817e797a ui/ncurses: Make Network: heading consistent with other labels The 'Network' label was originally intended as a header, but we should keep it consistent with other field labels. Signed-off-by: Jeremy Kerr --- diff --git a/ui/ncurses/nc-config.c b/ui/ncurses/nc-config.c index 8c5e9a2..d345c85 100644 --- a/ui/ncurses/nc-config.c +++ b/ui/ncurses/nc-config.c @@ -634,7 +634,7 @@ static void config_screen_setup_widgets(struct config_screen *screen, widget_textbox_set_fixed_size(screen->widgets.timeout_f); widget_textbox_set_validator_integer(screen->widgets.timeout_f, 0, 999); - screen->widgets.network_l = widget_new_label(set, 0, 0, "Network"); + screen->widgets.network_l = widget_new_label(set, 0, 0, "Network:"); screen->widgets.network_f = widget_new_select(set, 0, 0, 50); widget_select_add_option(screen->widgets.network_f,