summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:02:03 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:02:03 +0200
commitbdb7a3faba74f0a7bbcabbbe92bc3587705c5bb9 (patch)
tree729b82efe29a14dc9cfa6c4096bc0370fcd67f59 /scripts
parentef67a9b4bb97a5bf9c2b9df732d4f4db30832eef (diff)
downloadbarebox-bdb7a3faba74f0a7bbcabbbe92bc3587705c5bb9.tar.gz
barebox-bdb7a3faba74f0a7bbcabbbe92bc3587705c5bb9.tar.xz
svn_rev_540
linux->uboot
Diffstat (limited to 'scripts')
-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 393f3749f3..a1bd604b60 100644
--- a/scripts/kconfig/qconf.cc
+++ b/scripts/kconfig/qconf.cc
@@ -1607,7 +1607,7 @@ void ConfigMainWindow::closeEvent(QCloseEvent* e)
void ConfigMainWindow::showIntro(void)
{
- static char str[] = "Welcome to the qconf graphical kernel configuration tool for Linux.\n\n"
+ static char str[] = "Welcome to the qconf graphical configuration tool for U-Boot.\n\n"
"For each option, a blank box indicates the feature is disabled, a check\n"
"indicates it is enabled, and a dot indicates that it is to be compiled\n"
"as a module. Clicking on the box will cycle through the three states.\n\n"