diff options
Diffstat (limited to 'wizards/scalixwizard.cpp')
-rw-r--r-- | wizards/scalixwizard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/scalixwizard.cpp b/wizards/scalixwizard.cpp index cb89e298c..3aa5634c0 100644 --- a/wizards/scalixwizard.cpp +++ b/wizards/scalixwizard.cpp @@ -409,7 +409,7 @@ ScalixWizard::ScalixWizard() : TDEConfigWizard( new ScalixPropagator ) mSavePasswordCheck = new TQCheckBox( i18n("Save password"), page ); topLayout->addMultiCellWidget( mSavePasswordCheck, 5, 5, 0, 1 ); - TQWhatsThis::add( mSavePasswordCheck, i18n( "Shall the password be saved in KWallet?." ) ); + TQWhatsThis::add( mSavePasswordCheck, i18n( "Shall the password be saved in TDEWallet?." ) ); label = new TQLabel( i18n( "Use Secure Connection:" ), page ); topLayout->addWidget( label, 6, 0 ); |