We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40baa7d commit 8dca829Copy full SHA for 8dca829
src/qt/multisenddialog.cpp
@@ -71,7 +71,7 @@ void MultiSendDialog::on_viewButton_clicked()
71
std::string strMultiSendPrint = "";
72
if (pwalletMain->isMultiSendEnabled()) {
73
if (pwalletMain->fMultiSendStake && pwalletMain->fMultiSendMasternodeReward)
74
- strMultiSendPrint += "MultiSend Active for Stakes and Masternode Reward\n";
+ strMultiSendPrint += "MultiSend Active for Stakes and Masternode Rewards\n";
75
else if (pwalletMain->fMultiSendStake)
76
strMultiSendPrint += "MultiSend Active for Stakes\n";
77
else if (pwalletMain->fMultiSendMasternodeReward)
0 commit comments