[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 <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2011-03-23 18:11:11 +00:00
parent b6ca3aa01f
commit 963ae33815

View File

@@ -330,7 +330,7 @@ static void draw_title_row ( struct setting_widget *widget ) {
clearmsg ( TITLE_ROW ); clearmsg ( TITLE_ROW );
name = settings_name ( widget->settings ); name = settings_name ( widget->settings );
attron ( A_BOLD ); attron ( A_BOLD );
msg ( TITLE_ROW, "iPXE option configuration%s%s", msg ( TITLE_ROW, "iPXE configuration settings%s%s",
( name[0] ? " - " : "" ), name ); ( name[0] ? " - " : "" ), name );
attroff ( A_BOLD ); attroff ( A_BOLD );
} }