Skip to content

Commit a649cc6

Browse files
committed
Change sendcoins dialogue Yes to Send
1 parent cd73721 commit a649cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/qt/sendcoinsdialog.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -927,11 +927,11 @@ void SendConfirmationDialog::updateYesButton()
927927
if(secDelay > 0)
928928
{
929929
yesButton->setEnabled(false);
930-
yesButton->setText(tr("Yes") + " (" + QString::number(secDelay) + ")");
930+
yesButton->setText(tr("Send") + " (" + QString::number(secDelay) + ")");
931931
}
932932
else
933933
{
934934
yesButton->setEnabled(true);
935-
yesButton->setText(tr("Yes"));
935+
yesButton->setText(tr("Send"));
936936
}
937937
}

0 commit comments

Comments
 (0)