]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[settings] Match terminology used elsewhere
authorMichael Brown <mcb30@ipxe.org>
Wed, 23 Mar 2011 18:11:11 +0000 (18:11 +0000)
committerMichael Brown <mcb30@ipxe.org>
Wed, 23 Mar 2011 18:11:52 +0000 (18:11 +0000)
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>
src/hci/tui/settings_ui.c

index b33d929a096babb5d260c7878c68f2b4ce29d775..b2f7d67288a9acf482ac6a12c4b1af5f4e4bbc5c 100644 (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 );
 }