From fb743a0532ad68b9dbcc19c7d4fae210ebf1d297 Mon Sep 17 00:00:00 2001 From: "moneromooo.monero" Date: Sat, 4 Feb 2017 20:20:06 +0000 Subject: [PATCH] main: mixin 4 is ring size 5, not 41... --- main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.qml b/main.qml index 520b1397..879763e2 100644 --- a/main.qml +++ b/main.qml @@ -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