aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/qconf.cc
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-11-30 22:40:32 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-11-30 22:40:32 +0000
commit2eaf3f850a634f44243ae484bae35bc74d40dd9f (patch)
tree0fdacb1a262ce583d2b1dd5d857e27becfdd0b8b /scripts/kconfig/qconf.cc
parentbe9524961dc319d2905238dcdc7e6c02ae1b0cfd (diff)
downloadbusybox-w32-2eaf3f850a634f44243ae484bae35bc74d40dd9f.tar.gz
busybox-w32-2eaf3f850a634f44243ae484bae35bc74d40dd9f.tar.bz2
busybox-w32-2eaf3f850a634f44243ae484bae35bc74d40dd9f.zip
"kernel config" -> "busybox config"
suggested by Roberto A. Foglietta <roberto.foglietta@gmail.com> git-svn-id: svn://busybox.net/trunk/busybox@16743 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-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"