mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
Change sendcoins dialogue Yes to Send
This commit is contained in:
parent
cd737214ce
commit
a649cc6a17
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue