aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/mconf.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-01-06 10:31:45 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-01-06 10:31:45 +0000
commit3697a829dee836cde5faf0ab504254c847428c01 (patch)
tree6b2c4c623d8eeb7a9d0d8a803427870fda18c2f9 /scripts/kconfig/mconf.c
parentda98165ad60179b12eccae91ea06825afa9bc257 (diff)
downloadbusybox-3697a829dee836cde5faf0ab504254c847428c01.tar.gz
"kernel" => "busybox"
Diffstat (limited to 'scripts/kconfig/mconf.c')
-rw-r--r--scripts/kconfig/mconf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c
index 31a1f4cd9..24fef151c 100644
--- a/scripts/kconfig/mconf.c
+++ b/scripts/kconfig/mconf.c
@@ -186,7 +186,7 @@ setmod_text[] = N_(
"This feature depends on another which has been configured as a module.\n"
"As a result, this feature will be built as a module."),
nohelp_text[] = N_(
- "There is no help available for this kernel option.\n"),
+ "There is no help available for this option.\n"),
load_config_text[] = N_(
"Enter the name of the configuration file you wish to load. "
"Accept the name shown to restore the configuration you "
@@ -1053,7 +1053,7 @@ int main(int ac, char **av)
sym = sym_lookup("KERNELVERSION", 0);
sym_calc_value(sym);
- sprintf(menu_backtitle, _("Linux Kernel v%s Configuration"),
+ sprintf(menu_backtitle, _("BusyBox %s Configuration"),
sym_get_string_value(sym));
mode = getenv("MENUCONFIG_MODE");
@@ -1086,7 +1086,7 @@ int main(int ac, char **av)
}
printf(_("\n\n"
"*** End of busybox configuration.\n"
- "*** Execute 'make' to build the kernel or try 'make help'."
+ "*** Execute 'make' to build busybox or try 'make help'."
"\n\n"));
} else {
fprintf(stderr, _("\n\n"