Skip to content

Commit c0891c3

Browse files
RaikzerFuzzbawls
authored andcommitted
Update multisenddialog.cpp
Github-Pull: #580 Rebased-From: 8dca829
1 parent 4a9bc7f commit c0891c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/multisenddialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ void MultiSendDialog::on_viewButton_clicked()
7575
std::string strMultiSendPrint = "";
7676
if (pwalletMain->isMultiSendEnabled()) {
7777
if (pwalletMain->fMultiSendStake && pwalletMain->fMultiSendMasternodeReward)
78-
strMultiSendPrint += "MultiSend Active for Stakes and Masternode Reward\n";
78+
strMultiSendPrint += "MultiSend Active for Stakes and Masternode Rewards\n";
7979
else if (pwalletMain->fMultiSendStake)
8080
strMultiSendPrint += "MultiSend Active for Stakes\n";
8181
else if (pwalletMain->fMultiSendMasternodeReward)

0 commit comments

Comments
 (0)