diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-30 22:40:32 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-30 22:40:32 +0000 |
commit | eb98be02ac246690f35bb8029c7c405a6f1ed67b (patch) | |
tree | 0fdacb1a262ce583d2b1dd5d857e27becfdd0b8b /scripts/kconfig/gconf.c | |
parent | 93f6aa6bca1621fc5bce8f543e3e0b3a0be01378 (diff) | |
download | busybox-w32-eb98be02ac246690f35bb8029c7c405a6f1ed67b.tar.gz busybox-w32-eb98be02ac246690f35bb8029c7c405a6f1ed67b.tar.bz2 busybox-w32-eb98be02ac246690f35bb8029c7c405a6f1ed67b.zip |
"kernel config" -> "busybox config"
suggested by Roberto A. Foglietta <roberto.foglietta@gmail.com>
Diffstat (limited to 'scripts/kconfig/gconf.c')
-rw-r--r-- | scripts/kconfig/gconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/gconf.c b/scripts/kconfig/gconf.c index 94118b059..5aabcec23 100644 --- a/scripts/kconfig/gconf.c +++ b/scripts/kconfig/gconf.c | |||
@@ -741,7 +741,7 @@ void on_introduction1_activate(GtkMenuItem * menuitem, gpointer user_data) | |||
741 | { | 741 | { |
742 | GtkWidget *dialog; | 742 | GtkWidget *dialog; |
743 | const gchar *intro_text = _( | 743 | const gchar *intro_text = _( |
744 | "Welcome to gkc, the GTK+ graphical kernel configuration tool\n" | 744 | "Welcome to gkc, the GTK+ graphical busybox configuration tool\n" |
745 | "for Linux.\n" | 745 | "for Linux.\n" |
746 | "For each option, a blank box indicates the feature is disabled, a\n" | 746 | "For each option, a blank box indicates the feature is disabled, a\n" |
747 | "check indicates it is enabled, and a dot indicates that it is to\n" | 747 | "check indicates it is enabled, and a dot indicates that it is to\n" |