diff options
Diffstat (limited to 'wizards/overviewpage.cpp')
-rw-r--r-- | wizards/overviewpage.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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; |