aboutsummaryrefslogtreecommitdiff
path: root/src/qt/utilitydialog.cpp
diff options
context:
space:
mode:
authorTomo Ueda <[email protected]>2021-09-02 12:56:56 -0700
committerTomo Ueda <[email protected]>2021-09-02 12:56:56 -0700
commit42f6cc56c2909e9b04f4c549f9ebb1e5e0d78622 (patch)
tree5ee83fd64a21f643e730182ed5dbe3eafab9f15a /src/qt/utilitydialog.cpp
parentreally s/Doge/Dis/g this time (diff)
downloaddiscoin-42f6cc56c2909e9b04f4c549f9ebb1e5e0d78622.tar.xz
discoin-42f6cc56c2909e9b04f4c549f9ebb1e5e0d78622.zip
s/DOGE/DIS/g
Diffstat (limited to 'src/qt/utilitydialog.cpp')
-rw-r--r--src/qt/utilitydialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/utilitydialog.cpp b/src/qt/utilitydialog.cpp
index 73b895ab0..833176df6 100644
--- a/src/qt/utilitydialog.cpp
+++ b/src/qt/utilitydialog.cpp
@@ -399,7 +399,7 @@ void PaperWalletDialog::on_printButton_clicked()
bool ok;
// Ask for an amount to send to each paper wallet. It might be better to try to use the BitcoinAmountField, but this works fine.
- double amountInput = QInputDialog::getDouble(this, tr("Load Paper Wallets"), tr("The paper wallet printing process has begun.<br/>Please wait for the wallets to print completely and verify that everything printed correctly.<br/>Check for misalignments, ink bleeding, smears, or anything else that could make the private keys unreadable.<br/>Now, enter the number of DOGE you wish to send to each wallet:"), 0, 0, 2147483647, 8, &ok);
+ double amountInput = QInputDialog::getDouble(this, tr("Load Paper Wallets"), tr("The paper wallet printing process has begun.<br/>Please wait for the wallets to print completely and verify that everything printed correctly.<br/>Check for misalignments, ink bleeding, smears, or anything else that could make the private keys unreadable.<br/>Now, enter the number of DIS you wish to send to each wallet:"), 0, 0, 2147483647, 8, &ok);
if (!ok) {
return;