mirror of
https://github.com/ipxe/ipxe
synced 2025-12-08 10:20:24 +03:00
[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:
@@ -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 );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user