"kernel config" -> "busybox config"

suggested by Roberto A. Foglietta <roberto.foglietta@gmail.com>
This commit is contained in:
Denis Vlasenko
2006-11-30 22:40:32 +00:00
parent 93f6aa6bca
commit eb98be02ac
7 changed files with 12 additions and 12 deletions

View File

@@ -1299,7 +1299,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 busybox configuration tool for Linux.\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"