summaryrefslogtreecommitdiffstats
path: root/src/preferencesdialog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-08-27 23:14:43 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-08-27 23:14:43 -0500
commite9cffd9b85189371a92e50a50c53d0c95d75d1dc (patch)
tree5bac4a5e54ace5bf888da742b35762040715ad95 /src/preferencesdialog.cpp
parent144b852f3ba80e8afa9ed1556ccfd51c5f6cd7e0 (diff)
downloadkvpnc-e9cffd9b85189371a92e50a50c53d0c95d75d1dc.tar.gz
kvpnc-e9cffd9b85189371a92e50a50c53d0c95d75d1dc.zip
Rename KWallet to TDEWallet
Diffstat (limited to 'src/preferencesdialog.cpp')
-rw-r--r--src/preferencesdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preferencesdialog.cpp b/src/preferencesdialog.cpp
index 1b6e191..3e88a4b 100644
--- a/src/preferencesdialog.cpp
+++ b/src/preferencesdialog.cpp
@@ -7021,7 +7021,7 @@ void PreferencesDialog::useKwalletToggled(bool)
if (!GeneralOptionsWidget->useKwalletCheckBox->isChecked())
{
- int result = KMessageBox::questionYesNo ( this, i18n ( "Do you really want disable the use of KWallet? KVpnc will save passwords and psk in config file if requested." ), i18n ( "Disable KWallet?" ) );
+ int result = KMessageBox::questionYesNo ( this, i18n ( "Do you really want disable the use of TDEWallet? KVpnc will save passwords and psk in config file if requested." ), i18n ( "Disable TDEWallet?" ) );
//LogOutput->append( "Result: "+ TQString().setNum(result) ) ;
if ( result == 2 || result == 4 ) // No or Cancel
{