summaryrefslogtreecommitdiff
path: root/kconfig/mconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig/mconf.c')
-rw-r--r--kconfig/mconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfig/mconf.c b/kconfig/mconf.c
index 3d4bd5e..0d775ce 100644
--- a/kconfig/mconf.c
+++ b/kconfig/mconf.c
@@ -936,7 +936,7 @@ static void conf_save(void)
set_config_filename(dialog_input_result);
return;
}
- show_textbox(NULL, "Can't create file! Probably a nonexistent directory.", 5, 60);
+ show_textbox(NULL, "Can't create file!", 5, 60);
break;
case 1:
show_helptext("Save Alternate Configuration", save_config_help);