diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-05-28 11:59:32 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-05-28 11:59:32 +0000 |
commit | 417e240abb08caf6f8b3bf282d2ded32464633f6 (patch) | |
tree | da3848ca1bdcdeb009558ac9a69f6dc7a2b7e46c /scripts/kconfig/gconf.c | |
parent | 10be1a787f02b388676ef4ddf674d7244cbbe6e3 (diff) | |
download | busybox-w32-417e240abb08caf6f8b3bf282d2ded32464633f6.tar.gz busybox-w32-417e240abb08caf6f8b3bf282d2ded32464633f6.tar.bz2 busybox-w32-417e240abb08caf6f8b3bf282d2ded32464633f6.zip |
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 fd3002bd3..9bab17d91 100644 --- a/scripts/kconfig/gconf.c +++ b/scripts/kconfig/gconf.c | |||
@@ -741,8 +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 busybox configuration tool\n" | 744 | "Welcome to gkc, the GTK+ graphical configuration tool.\n" |
745 | "for Linux.\n" | ||
746 | "For each option, a blank box indicates the feature is disabled, a\n" | 745 | "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" | 746 | "check indicates it is enabled, and a dot indicates that it is to\n" |
748 | "be compiled as a module. Clicking on the box will cycle through the three states.\n" | 747 | "be compiled as a module. Clicking on the box will cycle through the three states.\n" |