mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-02-26 07:09:22 +00:00
Wrapping a string for translation
This commit is contained in:
parent
e6d2af98a6
commit
2c16a446d7
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user