diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-08-27 23:21:18 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-08-27 23:21:18 -0500 |
commit | a637b0877543118dd023c0ecc7e241eb7168d115 (patch) | |
tree | 94c72f7ab55db536f32dbb5131d000bc5163e1c6 /kmail/accountdialog.cpp | |
parent | 3c297a53e980c6270ff2c05ec0d3a917a9b181c1 (diff) | |
download | tdepim-a637b0877543118dd023c0ecc7e241eb7168d115.tar.gz tdepim-a637b0877543118dd023c0ecc7e241eb7168d115.zip |
Rename KWallet to TDEWallet
Diffstat (limited to 'kmail/accountdialog.cpp')
-rw-r--r-- | kmail/accountdialog.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kmail/accountdialog.cpp b/kmail/accountdialog.cpp index 0898c36b6..ab1da8e47 100644 --- a/kmail/accountdialog.cpp +++ b/kmail/accountdialog.cpp @@ -626,9 +626,9 @@ void AccountDialog::makePopAccountPage() new TQCheckBox( i18n("Sto&re POP password"), page1 ); TQWhatsThis::add( mPop.storePasswordCheck, i18n("Check this option to have KMail store " - "the password.\nIf KWallet is available " + "the password.\nIf TDEWallet is available " "the password will be stored there which is considered " - "safe.\nHowever, if KWallet is not available, " + "safe.\nHowever, if TDEWallet is not available, " "the password will be stored in KMail's configuration " "file. The password is stored in an " "obfuscated format, but should not be " @@ -960,9 +960,9 @@ void AccountDialog::makeImapAccountPage( bool connected ) new TQCheckBox( i18n("Sto&re IMAP password"), page1 ); TQWhatsThis::add( mImap.storePasswordCheck, i18n("Check this option to have KMail store " - "the password.\nIf KWallet is available " + "the password.\nIf TDEWallet is available " "the password will be stored there which is considered " - "safe.\nHowever, if KWallet is not available, " + "safe.\nHowever, if TDEWallet is not available, " "the password will be stored in KMail's configuration " "file. The password is stored in an " "obfuscated format, but should not be " |