diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-02-08 12:42:28 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-02-08 12:42:28 +0200 |
| commit | 36cd7a625f8c49321502f55ce2873a4c2472f678 (patch) | |
| tree | 44c9137d3eb2828e0d93c6ca3bef5b813cf942b3 | |
| parent | 3640bedeee7048213aa08760130e656aff1974fc (diff) | |
| parent | fb743a0532ad68b9dbcc19c7d4fae210ebf1d297 (diff) | |
| download | monzero-gui-36cd7a625f8c49321502f55ce2873a4c2472f678.tar.gz monzero-gui-36cd7a625f8c49321502f55ce2873a4c2472f678.tar.xz monzero-gui-36cd7a625f8c49321502f55ce2873a4c2472f678.zip | |
Merge pull request #456
fb743a0 main: mixin 4 is ring size 5, not 41... (moneromooo.monero)
| -rw-r--r-- | main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -466,7 +466,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 + 1 + + qsTr("\n\nRing size: ") + (mixinCount + 1) + qsTr("\n\Number of transactions: ") + transaction.txCount + (transactionDescription === "" ? "" : (qsTr("\n\nDescription: ") + transactionDescription)) + translationManager.emptyString |
