mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-05 05:02:06 +02:00
Change sendcoins dialogue Yes to Send
This commit is contained in:
@ -927,11 +927,11 @@ void SendConfirmationDialog::updateYesButton()
|
||||
if(secDelay > 0)
|
||||
{
|
||||
yesButton->setEnabled(false);
|
||||
yesButton->setText(tr("Yes") + " (" + QString::number(secDelay) + ")");
|
||||
yesButton->setText(tr("Send") + " (" + QString::number(secDelay) + ")");
|
||||
}
|
||||
else
|
||||
{
|
||||
yesButton->setEnabled(true);
|
||||
yesButton->setText(tr("Yes"));
|
||||
yesButton->setText(tr("Send"));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user