diff options
author | Darrell Anderson <[email protected]> | 2012-05-26 19:20:36 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-05-26 19:20:36 -0500 |
commit | dbc8ba741327def960b0a755bf324f989a94c3a7 (patch) | |
tree | ee7d124d3c89a8a3ce2804a57853de13b0ee9fcd | |
parent | 22960a5260ab8dad3c5ea8c034adced824ef33f0 (diff) | |
download | knights-dbc8ba741327def960b0a755bf324f989a94c3a7.tar.gz knights-dbc8ba741327def960b0a755bf324f989a94c3a7.zip |
Branding cleanup: KDE -> TDE
-rw-r--r-- | knights/wiz_setup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/wiz_setup.cpp b/knights/wiz_setup.cpp index 885daa9..91c2b6c 100644 --- a/knights/wiz_setup.cpp +++ b/knights/wiz_setup.cpp @@ -71,7 +71,7 @@ void wiz_setup::initPage1( void ) WelcomeMessage = new TQLabel( Page1 ); WelcomeMessage->setAlignment( TQt::AlignLeft | TQt::AlignTop | TQt::WordBreak ); - WelcomeMessage->setText( i18n( "Thank you for installing Knights, the graphical chess interface for KDE. To help you get started quickly, there are a few things Knights will need to setup. You should click 'Next' to see what they are." ) ); + WelcomeMessage->setText( i18n( "Thank you for installing Knights, the graphical chess interface for TDE. To help you get started quickly, there are a few things Knights will need to setup. You should click 'Next' to see what they are." ) ); P1B1->addWidget( WelcomeMessage, 1, 3 ); addPage( Page1, i18n("Welcome to Knights v%1!").arg(_VERSION_) ); |