Skip to content

Commit

Permalink
Merge pull request #220 from catchingknives/patch-3
Browse files Browse the repository at this point in the history
Grammar #2
  • Loading branch information
Reuben Yap authored Jul 22, 2018
2 parents 682538d + 5cbfd51 commit d3fd202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qt/zerocoinpage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ void ZerocoinPage::on_zerocoinMintButton_clicked() {
QMessageBox::Ok, QMessageBox::Ok);
}else{
QMessageBox::information(this, tr("Success"),
tr("You have been successfully mint zerocoin from the wallet"),
tr("Zerocoin successfully minted"),
QMessageBox::Ok, QMessageBox::Ok);

}
Expand Down Expand Up @@ -148,7 +148,7 @@ void ZerocoinPage::on_zerocoinSpendButton_clicked() {
QMessageBox::Ok, QMessageBox::Ok);
}else{
QMessageBox::information(this, tr("Success"),
tr("You have been successfully spent zerocoin from the wallet"),
tr("Zerocoin successfully spent"),
QMessageBox::Ok, QMessageBox::Ok);

}
Expand Down

0 comments on commit d3fd202

Please sign in to comment.