david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[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
1 changed files with 1 additions and 1 deletions

View File

@ -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 );
}