Skip to content

Commit

Permalink
Change hotkey on signMessageAction to S
Browse files Browse the repository at this point in the history
  • Loading branch information
sandakersmann committed May 5, 2018
1 parent d516945 commit 86013bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/bitcoingui.cpp
Expand Up @@ -261,7 +261,7 @@ void BitcoinGUI::createActions()
backupWalletAction->setStatusTip(tr("Backup wallet to another location"));
changePassphraseAction = new QAction(QIcon(":/icons/key"), tr("&Change Passphrase..."), this);
changePassphraseAction->setStatusTip(tr("Change the passphrase used for wallet encryption"));
signMessageAction = new QAction(QIcon(":/icons/sign"), tr("Sign &message..."), this);
signMessageAction = new QAction(QIcon(":/icons/sign"), tr("&Sign message..."), this);
signMessageAction->setStatusTip(tr("Sign messages with your Peercoin addresses to prove you own them"));
verifyMessageAction = new QAction(QIcon(":/icons/verify"), tr("&Verify message..."), this);
verifyMessageAction->setStatusTip(tr("Verify messages to ensure they were signed with specified Peercoin addresses"));
Expand Down

0 comments on commit 86013bf

Please sign in to comment.