aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/qconf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/kconfig/qconf.cc')
-rw-r--r--scripts/kconfig/qconf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/qconf.cc b/scripts/kconfig/qconf.cc
index 4590cd316..74b8470e8 100644
--- a/scripts/kconfig/qconf.cc
+++ b/scripts/kconfig/qconf.cc
@@ -1299,7 +1299,7 @@ void ConfigMainWindow::closeEvent(QCloseEvent* e)
1299 1299
1300void ConfigMainWindow::showIntro(void) 1300void ConfigMainWindow::showIntro(void)
1301{ 1301{
1302 static char str[] = "Welcome to the qconf graphical kernel configuration tool for Linux.\n\n" 1302 static char str[] = "Welcome to the qconf graphical busybox configuration tool for Linux.\n\n"
1303 "For each option, a blank box indicates the feature is disabled, a check\n" 1303 "For each option, a blank box indicates the feature is disabled, a check\n"
1304 "indicates it is enabled, and a dot indicates that it is to be compiled\n" 1304 "indicates it is enabled, and a dot indicates that it is to be compiled\n"
1305 "as a module. Clicking on the box will cycle through the three states.\n\n" 1305 "as a module. Clicking on the box will cycle through the three states.\n\n"