1
mirror of https://github.com/monero-project/monero-gui synced 2025-01-18 13:27:28 +01:00

Merge pull request #19 from dEBRUYNE-1/master

Clean up text
This commit is contained in:
Ilya Kitaev 2016-06-29 11:36:13 +03:00 committed by GitHub
commit 2490b98897
2 changed files with 5 additions and 5 deletions

View File

@ -206,10 +206,10 @@ ApplicationWindow {
transactionConfirmationPopup.title = qsTr("Confirmation")
transactionConfirmationPopup.text = qsTr("Please confirm transaction:\n\n")
+ "\naddress: " + address
+ "\npayment id: " + paymentId
+ "\namount: " + walletManager.displayAmount(transaction.amount)
+ "\nfee: " + walletManager.displayAmount(transaction.fee)
+ "\nAddress: " + address
+ "\nPayment ID: " + paymentId
+ "\nAmount: " + walletManager.displayAmount(transaction.amount)
+ "\nFee: " + walletManager.displayAmount(transaction.fee)
transactionConfirmationPopup.icon = StandardIcon.Question
transactionConfirmationPopup.open()
// committing transaction

View File

@ -64,7 +64,7 @@ Rectangle {
anchors.topMargin: 17
fontSize: 14
x: (parent.width - 17) / 2 + 17
text: qsTr("Transaction prority")
text: qsTr("Transaction priority")
}
Row {