aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/gconf.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-05-28 11:59:32 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-05-28 11:59:32 +0000
commit417e240abb08caf6f8b3bf282d2ded32464633f6 (patch)
treeda3848ca1bdcdeb009558ac9a69f6dc7a2b7e46c /scripts/kconfig/gconf.c
parent10be1a787f02b388676ef4ddf674d7244cbbe6e3 (diff)
downloadbusybox-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.c3
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)
{
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"