aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxmr-eric <eric@moneroeric.com>2017-01-30 18:28:56 -0500
committerGitHub <noreply@github.com>2017-01-30 18:28:56 -0500
commit4e2e262f6a1e5a8b34eef234ca888f7cef3ac110 (patch)
tree1350be8dc2e09f6b04e7c0dc08f2f0363241e471
parentf1327ace32571d5d37e8827e66af961aa69c6956 (diff)
downloadmonzero-gui-4e2e262f6a1e5a8b34eef234ca888f7cef3ac110.tar.gz
monzero-gui-4e2e262f6a1e5a8b34eef234ca888f7cef3ac110.tar.xz
monzero-gui-4e2e262f6a1e5a8b34eef234ca888f7cef3ac110.zip
Main.qml: Ringsize equals mixin +1
-rw-r--r--main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.qml b/main.qml
index 7947dfa6..353485a6 100644
--- a/main.qml
+++ b/main.qml
@@ -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