Skip to content

Commit a641e84

Browse files
Mrs-XFuzzbawls
authored andcommitted
[GUI/RPC] CHanged bubblehelp text + RPC startmasternode help text fixed
1 parent 8467658 commit a641e84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/qt/bitcoingui.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ void BitcoinGUI::createActions(const NetworkStyle* networkStyle)
314314
tabGroup->addAction(receiveCoinsAction);
315315

316316
privacyAction = new QAction(QIcon(":/icons/privacy"), tr("&Privacy"), this);
317-
privacyAction->setStatusTip(tr("Privacy Action for zPIV and Obfuscation"));
317+
privacyAction->setStatusTip(tr("Privacy Actions for zPIV"));
318318
privacyAction->setToolTip(privacyAction->statusTip());
319319
privacyAction->setCheckable(true);
320320
#ifdef Q_OS_MAC

src/rpcmasternode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ Value startmasternode (const Array& params, bool fHelp)
479479
" ]\n"
480480
"}\n"
481481
"\nExamples:\n" +
482-
HelpExampleCli("masternodestart", "\"alias\" \"my_mn\"") + HelpExampleRpc("masternodestart", "\"alias\" \"my_mn\""));
482+
HelpExampleCli("startmasternode", "\"alias\" \"0\" \"my_mn\"") + HelpExampleRpc("startmasternode", "\"alias\" \"0\" \"my_mn\""));
483483

484484
bool fLock = (params[1].get_str() == "true" ? true : false);
485485

0 commit comments

Comments
 (0)