|
|
@ -312,9 +312,9 @@ void SendCoinsDialog::on_sendButton_clicked() |
|
|
|
if(u != model->getOptionsModel()->getDisplayUnit()) |
|
|
|
if(u != model->getOptionsModel()->getDisplayUnit()) |
|
|
|
alternativeUnits.append(BitcoinUnits::formatHtmlWithUnit(u, totalAmount)); |
|
|
|
alternativeUnits.append(BitcoinUnits::formatHtmlWithUnit(u, totalAmount)); |
|
|
|
} |
|
|
|
} |
|
|
|
questionString.append(tr("Total Amount %1 (= %2)") |
|
|
|
questionString.append(tr("Total Amount %1<span style='font-size:10pt;font-weight:normal;'><br />(=%2)</span>") |
|
|
|
.arg(BitcoinUnits::formatHtmlWithUnit(model->getOptionsModel()->getDisplayUnit(), totalAmount)) |
|
|
|
.arg(BitcoinUnits::formatHtmlWithUnit(model->getOptionsModel()->getDisplayUnit(), totalAmount)) |
|
|
|
.arg(alternativeUnits.join(" " + tr("or") + " "))); |
|
|
|
.arg(alternativeUnits.join(" " + tr("or") + "<br />"))); |
|
|
|
|
|
|
|
|
|
|
|
QMessageBox::StandardButton retval = QMessageBox::question(this, tr("Confirm send coins"), |
|
|
|
QMessageBox::StandardButton retval = QMessageBox::question(this, tr("Confirm send coins"), |
|
|
|
questionString.arg(formatted.join("<br />")), |
|
|
|
questionString.arg(formatted.join("<br />")), |
|
|
|