Fixing the variable name for amountInput

This commit is contained in:
Andymeows 2014-08-07 23:17:31 -05:00 committed by Andy Mornes
parent 7b49342605
commit d4919f016f

View File

@ -251,7 +251,7 @@ void PaperWalletDialog::on_printButton_clicked()
{
recipients.append(SendCoinsRecipient(dest,tr("Paper wallet %1").arg(dest), amount,""));
formatted.append(tr("<b>%1</b> to Paper Wallet <span style='font-family: monospace;'>%2</span>").arg(amt,GUIUtil::HtmlEscape(dest)));
formatted.append(tr("<b>%1</b> to Paper Wallet <span style='font-family: monospace;'>%2</span>").arg(amountInput,GUIUtil::HtmlEscape(dest)));
}