summaryrefslogtreecommitdiffstats
path: root/ui/ncurses/nc-config.c
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2014-07-18 10:49:32 +0800
committerJeremy Kerr <jk@ozlabs.org>2014-07-22 09:04:59 +0800
commita685c78f33418c109313a6fc4ea25bb8b90a8111 (patch)
treed5cea067f295eedc2f4e7b93cd0a7d9ba31b9d4a /ui/ncurses/nc-config.c
parent9073914cfe15b2c81a6cdd5988fbfdfe817e797a (diff)
downloadtalos-petitboot-a685c78f33418c109313a6fc4ea25bb8b90a8111.tar.gz
talos-petitboot-a685c78f33418c109313a6fc4ea25bb8b90a8111.zip
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 <jk@ozlabs.org>
Diffstat (limited to 'ui/ncurses/nc-config.c')
-rw-r--r--ui/ncurses/nc-config.c2
1 files changed, 1 insertions, 1 deletions
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,
OpenPOWER on IntegriCloud