We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a9bc7f commit c0891c3Copy full SHA for c0891c3
src/qt/multisenddialog.cpp
@@ -75,7 +75,7 @@ void MultiSendDialog::on_viewButton_clicked()
75
std::string strMultiSendPrint = "";
76
if (pwalletMain->isMultiSendEnabled()) {
77
if (pwalletMain->fMultiSendStake && pwalletMain->fMultiSendMasternodeReward)
78
- strMultiSendPrint += "MultiSend Active for Stakes and Masternode Reward\n";
+ strMultiSendPrint += "MultiSend Active for Stakes and Masternode Rewards\n";
79
else if (pwalletMain->fMultiSendStake)
80
strMultiSendPrint += "MultiSend Active for Stakes\n";
81
else if (pwalletMain->fMultiSendMasternodeReward)
0 commit comments