mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-18 22:20:44 +02:00
Change sendcoins dialogue Yes to Send
This commit is contained in:
parent
cd737214ce
commit
a649cc6a17
@ -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"));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user