From 13a8c335ba69f72113e868439daa1e7aa61babda Mon Sep 17 00:00:00 2001 From: cygnusxi Date: Wed, 21 Dec 2016 05:49:56 -0500 Subject: [PATCH] Update curecoingui.cpp --- src/qt/curecoingui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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