diff --git a/src/qt/curecoingui.cpp b/src/qt/curecoingui.cpp
index 2d692b2..0376fbd 100644
--- a/src/qt/curecoingui.cpp
+++ b/src/qt/curecoingui.cpp
@@ -790,7 +790,7 @@ void curecoinGUI::setEncryptionStatus(int status)
case WalletModel::Unlocked:
labelEncryptionIcon->show();
labelEncryptionIcon->setPixmap(QIcon(":/icons/lock_open").pixmap(STATUSBAR_ICONSIZE,STATUSBAR_ICONSIZE));
- labelEncryptionIcon->setToolTip(fWalletUnlockMintOnly? tr("Wallet is encrypted and currently unlocked for block minting only") : tr("Wallet is encrypted and currently unlocked"));
+ labelEncryptionIcon->setToolTip(tr("Wallet is encrypted and currently unlocked"));
encryptWalletAction->setChecked(true);
changePassphraseAction->setEnabled(true);
encryptWalletAction->setEnabled(false); // TODO: decrypt currently not supported