svn commit: trunk/busybox/scripts/kconfig
vda at busybox.net
vda at busybox.net
Sat Jan 6 02:31:45 PST 2007
Author: vda
Date: 2007-01-06 02:31:45 -0800 (Sat, 06 Jan 2007)
New Revision: 17171
Log:
"kernel" => "busybox"
Modified:
trunk/busybox/scripts/kconfig/gconf.c
trunk/busybox/scripts/kconfig/mconf.c
Changeset:
Modified: trunk/busybox/scripts/kconfig/gconf.c
===================================================================
--- trunk/busybox/scripts/kconfig/gconf.c 2007-01-06 01:27:24 UTC (rev 17170)
+++ trunk/busybox/scripts/kconfig/gconf.c 2007-01-06 10:31:45 UTC (rev 17171)
@@ -275,7 +275,7 @@
/*"style", PANGO_STYLE_OBLIQUE, */
NULL);
- sprintf(title, _("Linux Kernel v%s Configuration"),
+ sprintf(title, _("BusyBox %s Configuration"),
getenv("KERNELVERSION"));
gtk_window_set_title(GTK_WINDOW(main_wnd), title);
Modified: trunk/busybox/scripts/kconfig/mconf.c
===================================================================
--- trunk/busybox/scripts/kconfig/mconf.c 2007-01-06 01:27:24 UTC (rev 17170)
+++ trunk/busybox/scripts/kconfig/mconf.c 2007-01-06 10:31:45 UTC (rev 17171)
@@ -186,7 +186,7 @@
"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 @@
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 @@
}
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"
More information about the busybox-cvs
mailing list