mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02: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)
|
if(secDelay > 0)
|
||||||
{
|
{
|
||||||
yesButton->setEnabled(false);
|
yesButton->setEnabled(false);
|
||||||
yesButton->setText(tr("Yes") + " (" + QString::number(secDelay) + ")");
|
yesButton->setText(tr("Send") + " (" + QString::number(secDelay) + ")");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
yesButton->setEnabled(true);
|
yesButton->setEnabled(true);
|
||||||
yesButton->setText(tr("Yes"));
|
yesButton->setText(tr("Send"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue