|
|
|
@ -256,7 +256,7 @@ void BitcoinGUI::createActions()
|
|
|
|
|
backupWalletAction->setToolTip(tr("Backup wallet to another location"));
|
|
|
|
|
changePassphraseAction = new QAction(QIcon(":/icons/key"), tr("&Change Passphrase..."), this);
|
|
|
|
|
changePassphraseAction->setToolTip(tr("Change the passphrase used for wallet encryption"));
|
|
|
|
|
openRPCConsoleAction = new QAction(tr("&Debug window"), this);
|
|
|
|
|
openRPCConsoleAction = new QAction(QIcon(":/icons/debugwindow"), tr("&Debug window"), this);
|
|
|
|
|
openRPCConsoleAction->setToolTip(tr("Open debugging and diagnostic console"));
|
|
|
|
|
verifyMessageAction = new QAction(QIcon(":/icons/transaction_0"), tr("&Verify message..."), this);
|
|
|
|
|
verifyMessageAction->setToolTip(tr("Verify a message signature"));
|
|
|
|
|