aboutsummaryrefslogtreecommitdiff
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
parentda98165ad60179b12eccae91ea06825afa9bc257 (diff)
downloadbusybox-w32-3697a829dee836cde5faf0ab504254c847428c01.tar.gz
busybox-w32-3697a829dee836cde5faf0ab504254c847428c01.tar.bz2
busybox-w32-3697a829dee836cde5faf0ab504254c847428c01.zip
"kernel" => "busybox"
-rw-r--r--scripts/kconfig/gconf.c2
-rw-r--r--scripts/kconfig/mconf.c6
2 files changed, 4 insertions, 4 deletions
diff --git a/scripts/kconfig/gconf.c b/scripts/kconfig/gconf.c
index 566e35e5c..6d372997d 100644
--- a/scripts/kconfig/gconf.c
+++ b/scripts/kconfig/gconf.c
@@ -275,7 +275,7 @@ void init_main_window(const gchar * glade_file)
275 /*"style", PANGO_STYLE_OBLIQUE, */ 275 /*"style", PANGO_STYLE_OBLIQUE, */
276 NULL); 276 NULL);
277 277
278 sprintf(title, _("Linux Kernel v%s Configuration"), 278 sprintf(title, _("BusyBox %s Configuration"),
279 getenv("KERNELVERSION")); 279 getenv("KERNELVERSION"));
280 gtk_window_set_title(GTK_WINDOW(main_wnd), title); 280 gtk_window_set_title(GTK_WINDOW(main_wnd), title);
281 281
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_(
186 "This feature depends on another which has been configured as a module.\n" 186 "This feature depends on another which has been configured as a module.\n"
187 "As a result, this feature will be built as a module."), 187 "As a result, this feature will be built as a module."),
188nohelp_text[] = N_( 188nohelp_text[] = N_(
189 "There is no help available for this kernel option.\n"), 189 "There is no help available for this option.\n"),
190load_config_text[] = N_( 190load_config_text[] = N_(
191 "Enter the name of the configuration file you wish to load. " 191 "Enter the name of the configuration file you wish to load. "
192 "Accept the name shown to restore the configuration you " 192 "Accept the name shown to restore the configuration you "
@@ -1053,7 +1053,7 @@ int main(int ac, char **av)
1053 1053
1054 sym = sym_lookup("KERNELVERSION", 0); 1054 sym = sym_lookup("KERNELVERSION", 0);
1055 sym_calc_value(sym); 1055 sym_calc_value(sym);
1056 sprintf(menu_backtitle, _("Linux Kernel v%s Configuration"), 1056 sprintf(menu_backtitle, _("BusyBox %s Configuration"),
1057 sym_get_string_value(sym)); 1057 sym_get_string_value(sym));
1058 1058
1059 mode = getenv("MENUCONFIG_MODE"); 1059 mode = getenv("MENUCONFIG_MODE");
@@ -1086,7 +1086,7 @@ int main(int ac, char **av)
1086 } 1086 }
1087 printf(_("\n\n" 1087 printf(_("\n\n"
1088 "*** End of busybox configuration.\n" 1088 "*** End of busybox configuration.\n"
1089 "*** Execute 'make' to build the kernel or try 'make help'." 1089 "*** Execute 'make' to build busybox or try 'make help'."
1090 "\n\n")); 1090 "\n\n"));
1091 } else { 1091 } else {
1092 fprintf(stderr, _("\n\n" 1092 fprintf(stderr, _("\n\n"