From dbc8ba741327def960b0a755bf324f989a94c3a7 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 26 May 2012 19:20:36 -0500 Subject: [PATCH] Branding cleanup: KDE -> TDE --- knights/wiz_setup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_) );