diff options
| author | xmr-eric <eric@moneroeric.com> | 2017-01-23 13:20:15 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-23 13:20:15 -0500 |
| commit | 2d12a3cf3d492a0461ab34bd2691efc229a07e82 (patch) | |
| tree | 8bec03459a503d9428ee9f112a60301e7253da9d | |
| parent | 16f5889a15316b775eeb7498011cc92fea0933da (diff) | |
| download | monzero-gui-2d12a3cf3d492a0461ab34bd2691efc229a07e82.tar.gz monzero-gui-2d12a3cf3d492a0461ab34bd2691efc229a07e82.tar.xz monzero-gui-2d12a3cf3d492a0461ab34bd2691efc229a07e82.zip | |
Main.qml: Changed mixin to ring size
| -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\nMixin: ") + mixinCount + + qsTr("\n\nRing size: ") + mixinCount + qsTr("\n\Number of transactions: ") + transaction.txCount + (transactionDescription === "" ? "" : (qsTr("\n\nDescription: ") + transactionDescription)) + translationManager.emptyString |
