Commit be07ef6a authored by Adam Wujek's avatar Adam Wujek

scripts/kconfig: remove "kernel" from the dialog window

Signed-off-by: 's avatarAdam Wujek <adam.wujek@creotech.pl>
parent aef77fab
......@@ -962,7 +962,7 @@ static int handle_exit(void)
if (conf_get_changed())
res = dialog_yesno(NULL,
_("Do you wish to save your new configuration?\n"
"(Press <ESC><ESC> to continue kernel configuration.)"),
"(Press <ESC><ESC> to continue configuration.)"),
6, 60);
else
res = -1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment