diff options
| author | xmr-eric <eric@moneroeric.com> | 2017-01-30 18:28:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-30 18:28:56 -0500 |
| commit | 4e2e262f6a1e5a8b34eef234ca888f7cef3ac110 (patch) | |
| tree | 1350be8dc2e09f6b04e7c0dc08f2f0363241e471 | |
| parent | f1327ace32571d5d37e8827e66af961aa69c6956 (diff) | |
| download | monzero-gui-4e2e262f6a1e5a8b34eef234ca888f7cef3ac110.tar.gz monzero-gui-4e2e262f6a1e5a8b34eef234ca888f7cef3ac110.tar.xz monzero-gui-4e2e262f6a1e5a8b34eef234ca888f7cef3ac110.zip | |
Main.qml: Ringsize equals mixin +1
| -rw-r--r-- | main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -464,7 +464,7 @@ ApplicationWindow { + (paymentId === "" ? "" : (qsTr("\nPayment ID: ") + paymentId)) + qsTr("\n\nAmount: ") + walletManager.displayAmount(transaction.amount) + qsTr("\nFee: ") + walletManager.displayAmount(transaction.fee) - + qsTr("\n\nRing size: ") + mixinCount + + qsTr("\n\nRing size: ") + mixinCount + 1 + qsTr("\n\Number of transactions: ") + transaction.txCount + (transactionDescription === "" ? "" : (qsTr("\n\nDescription: ") + transactionDescription)) + translationManager.emptyString |
