Wrapping a string for translation

This commit is contained in:
Andy Mornes 2014-09-01 02:20:50 -04:00
parent e6d2af98a6
commit 2c16a446d7

View File

@ -295,7 +295,7 @@ void PaperWalletDialog::on_printButton_clicked()
while( true ) {
bool ok;
QString amountInput = QInputDialog::getText(this, tr("Load Paper Wallets"), "Please wait for wallets to print and verify readability.<br/>Enter the number of DOGE you wish to send to each wallet:", QLineEdit::Normal, QString(), &ok);
QString amountInput = QInputDialog::getText(this, tr("Load Paper Wallets"), tr("Please wait for wallets to print and verify readability.<br/>Enter the number of DOGE you wish to send to each wallet:"), QLineEdit::Normal, QString(), &ok);
if(!ok) {
return;