diff options
Diffstat (limited to 'support/kconfig/mconf.c')
-rw-r--r-- | support/kconfig/mconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/kconfig/mconf.c b/support/kconfig/mconf.c index c3a4d4de4f..7d6cf80703 100644 --- a/support/kconfig/mconf.c +++ b/support/kconfig/mconf.c @@ -959,7 +959,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 Buildroot configuration.)"), 6, 60); else res = -1; |