diff options
| author | Ross Nicoll <[email protected]> | 2018-01-20 17:55:38 +0000 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2019-03-25 05:36:11 +0000 |
| commit | 4a87b53e556e5f1ecfa53f606f9a26b50d2d6fea (patch) | |
| tree | 0e0b1c7e38b695b677691459adc010d22d4e4aa1 /src/qt/coincontroldialog.cpp | |
| parent | Fix copyright substitution (diff) | |
| download | discoin-4a87b53e556e5f1ecfa53f606f9a26b50d2d6fea.tar.xz discoin-4a87b53e556e5f1ecfa53f606f9a26b50d2d6fea.zip | |
Update QT client messages and translations to Doge equivalents (#1429)
Update QT client messages and translations to Doge equivalents.
Diffstat (limited to 'src/qt/coincontroldialog.cpp')
| -rw-r--r-- | src/qt/coincontroldialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/coincontroldialog.cpp b/src/qt/coincontroldialog.cpp index becc14551..251944bd4 100644 --- a/src/qt/coincontroldialog.cpp +++ b/src/qt/coincontroldialog.cpp @@ -614,7 +614,7 @@ void CoinControlDialog::updateLabels(WalletModel *model, QDialog* dialog) else { dFeeVary = (double)std::max(CWallet::GetRequiredFee(1000), mempool.estimateSmartFee(nTxConfirmTarget).GetFeePerK()) / 1000; } - QString toolTip4 = tr("Can vary +/- %1 satoshi(s) per input.").arg(dFeeVary); + QString toolTip4 = tr("Can vary +/- %1 koinu(s) per input.").arg(dFeeVary); l3->setToolTip(toolTip4); l4->setToolTip(toolTip4); |