mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-18 23:53:41 +02:00
Update TxKey.qml
This commit is contained in:
parent
88df8b7938
commit
9d1f242a8a
@ -91,11 +91,11 @@ Rectangle {
|
|||||||
wrapMode: Text.Wrap
|
wrapMode: Text.Wrap
|
||||||
}
|
}
|
||||||
Text {
|
Text {
|
||||||
text: qsTr(" - the recipient address,") + translationManager.emptyString
|
text: qsTr(" - the recipient address") + translationManager.emptyString
|
||||||
wrapMode: Text.Wrap
|
wrapMode: Text.Wrap
|
||||||
}
|
}
|
||||||
Text {
|
Text {
|
||||||
text: qsTr(" - the transaction ID,") + translationManager.emptyString
|
text: qsTr(" - the transaction ID") + translationManager.emptyString
|
||||||
wrapMode: Text.Wrap
|
wrapMode: Text.Wrap
|
||||||
}
|
}
|
||||||
Text {
|
Text {
|
||||||
@ -103,7 +103,7 @@ Rectangle {
|
|||||||
wrapMode: Text.Wrap
|
wrapMode: Text.Wrap
|
||||||
}
|
}
|
||||||
Text {
|
Text {
|
||||||
text: qsTr("If a payment had several transactions then each must must be checked and the results combined") + translationManager.emptyString
|
text: qsTr("If a payment had several transactions then each must must be checked and the results combined.") + translationManager.emptyString
|
||||||
wrapMode: Text.Wrap
|
wrapMode: Text.Wrap
|
||||||
Layout.fillWidth: true;
|
Layout.fillWidth: true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user