From: Michael Brown Date: Wed, 23 Mar 2011 18:11:11 +0000 (+0000) Subject: [settings] Match terminology used elsewhere X-Git-Tag: v1.20.1~2201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=963ae338151f78bdb1691520d9d5c8ff4f063fd1;p=thirdparty%2Fipxe.git [settings] Match terminology used elsewhere iPXE documentation tends to refer to "settings" rather than "options", since settings can be more general than DHCP options. Signed-off-by: Michael Brown --- diff --git a/src/hci/tui/settings_ui.c b/src/hci/tui/settings_ui.c index b33d929a0..b2f7d6728 100644 --- a/src/hci/tui/settings_ui.c +++ b/src/hci/tui/settings_ui.c @@ -330,7 +330,7 @@ static void draw_title_row ( struct setting_widget *widget ) { clearmsg ( TITLE_ROW ); name = settings_name ( widget->settings ); attron ( A_BOLD ); - msg ( TITLE_ROW, "iPXE option configuration%s%s", + msg ( TITLE_ROW, "iPXE configuration settings%s%s", ( name[0] ? " - " : "" ), name ); attroff ( A_BOLD ); }