From 82bb5a6d637521ef5e8f1643a678bb58b0b81108 Mon Sep 17 00:00:00 2001
From: Darrell Anderson <humanreadable@yahoo.com>
Date: Sat, 26 May 2012 19:16:42 -0500
Subject: Branding cleanup: KDE -> TDE

---
 wizards/overviewpage.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'wizards')

diff --git a/wizards/overviewpage.cpp b/wizards/overviewpage.cpp
index 8dcea2bb1..1d2ef06ca 100644
--- a/wizards/overviewpage.cpp
+++ b/wizards/overviewpage.cpp
@@ -46,7 +46,7 @@ OverViewPage::OverViewPage( TQWidget *parent, const char *name )
   TQGridLayout *layout = new TQGridLayout( this, 7, 4, KDialog::marginHint(),
                                          KDialog::spacingHint() );
 
-  const TQString msg = i18n( "KDE Groupware Wizard" );
+  const TQString msg = i18n( "TDE Groupware Wizard" );
   TQLabel *label = new TQLabel( "<qt><b><u><h2>" + msg + "</h2></u></b></qt>" , this );
   layout->addMultiCellWidget( label, 0, 0, 0, 2 );
 
@@ -58,7 +58,7 @@ OverViewPage::OverViewPage( TQWidget *parent, const char *name )
   layout->addWidget( label, 1, 0 );
   layout->setRowSpacing( 1, 20 );
 
-  label = new TQLabel( i18n( "Select the type of server you want connect your KDE to:" ), this );
+  label = new TQLabel( i18n( "Select the type of server you want TDE to connect:" ), this );
   layout->addMultiCellWidget( label, 2, 2, 0, 3 );
 
   TQPushButton *button;
-- 
cgit v1.2.1