mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Main.qml: Make ringsize one word
This commit is contained in:
parent
3ed4dee00e
commit
5bfa9b5734
1 changed files with 1 additions and 1 deletions
2
main.qml
2
main.qml
|
@ -468,7 +468,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\nRingsize: ") + (mixinCount + 1)
|
||||
+ qsTr("\n\Number of transactions: ") + transaction.txCount
|
||||
+ (transactionDescription === "" ? "" : (qsTr("\n\nDescription: ") + transactionDescription))
|
||||
+ translationManager.emptyString
|
||||
|
|
Loading…
Reference in a new issue