diff options
author | Denis Vlasenko | 2008-05-28 11:59:32 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-05-28 11:59:32 +0000 |
commit | 417e240abb08caf6f8b3bf282d2ded32464633f6 (patch) | |
tree | da3848ca1bdcdeb009558ac9a69f6dc7a2b7e46c /scripts/kconfig/gconf.c | |
parent | 10be1a787f02b388676ef4ddf674d7244cbbe6e3 (diff) | |
download | busybox-417e240abb08caf6f8b3bf282d2ded32464633f6.zip busybox-417e240abb08caf6f8b3bf282d2ded32464633f6.tar.gz |
Remove 'busybox' word from configuration programs
(based on experience of adapting it to uclibc).
Diffstat (limited to 'scripts/kconfig/gconf.c')
-rw-r--r-- | scripts/kconfig/gconf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/kconfig/gconf.c b/scripts/kconfig/gconf.c index fd3002b..9bab17d 100644 --- a/scripts/kconfig/gconf.c +++ b/scripts/kconfig/gconf.c @@ -741,8 +741,7 @@ void on_introduction1_activate(GtkMenuItem * menuitem, gpointer user_data) { GtkWidget *dialog; const gchar *intro_text = _( - "Welcome to gkc, the GTK+ graphical busybox configuration tool\n" - "for Linux.\n" + "Welcome to gkc, the GTK+ graphical configuration tool.\n" "For each option, a blank box indicates the feature is disabled, a\n" "check indicates it is enabled, and a dot indicates that it is to\n" "be compiled as a module. Clicking on the box will cycle through the three states.\n" |