Quellcode durchsuchen

[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 vor 13 Jahren
Ursprung
Commit
963ae33815
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      src/hci/tui/settings_ui.c

+ 1
- 1
src/hci/tui/settings_ui.c Datei anzeigen

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

Laden…
Abbrechen
Speichern