|
|
|
@ -71,7 +71,7 @@ void SendCoinsDialog::on_sendButton_clicked()
@@ -71,7 +71,7 @@ void SendCoinsDialog::on_sendButton_clicked()
|
|
|
|
|
QStringList formatted; |
|
|
|
|
foreach(const SendCoinsRecipient &rcp, recipients) |
|
|
|
|
{ |
|
|
|
|
formatted.append(tr("%1 to %2 (%3)").arg(BitcoinUnits::formatWithUnit(BitcoinUnits::BTC, rcp.amount), rcp.label, rcp.address)); |
|
|
|
|
formatted.append(tr("<b>%1</b> to %2 (%3)").arg(BitcoinUnits::formatWithUnit(BitcoinUnits::BTC, rcp.amount), rcp.label, rcp.address)); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
QMessageBox::StandardButton retval = QMessageBox::question(this, tr("Confirm send coins"), |
|
|
|
|