[settings] Display "delete" option only for locally-originated settings

Signed-off-by: Michael Brown <mcb30@ipxe.org>
pull/1/head
Michael Brown 2011-03-28 19:07:31 +01:00
parent 2f6e7bde77
commit 0bb6ef4d97
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ static void draw_instruction_row ( struct setting_widget *widget ) {
} else {
msg ( INSTRUCTION_ROW,
"%sCtrl-X - exit configuration utility",
( widget->row.setting ?
( widget->row.originates_here ?
"Ctrl-D - delete setting" INSTRUCTION_PAD : "" ) );
}
}