Selaa lähdekoodia

[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>
tags/v1.20.1
Michael Brown 13 vuotta sitten
vanhempi
commit
963ae33815
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/hci/tui/settings_ui.c

+ 1
- 1
src/hci/tui/settings_ui.c Näytä tiedosto

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

Loading…
Peruuta
Tallenna