mirror of
https://github.com/monero-project/monero-gui
synced 2025-01-16 14:27:26 +01:00
Merge pull request #146
637d754
rename tab Tx Key -> Verify payment (Jacob Brydolf)bb85cb4
TxKey: layout width + typos (Jacob Brydolf)
This commit is contained in:
commit
a2d2455837
@ -266,7 +266,7 @@ Rectangle {
|
|||||||
id: txkeyButton
|
id: txkeyButton
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
text: qsTr("Tx Key") + translationManager.emptyString
|
text: qsTr("Verify payment") + translationManager.emptyString
|
||||||
symbol: qsTr("K") + translationManager.emptyString
|
symbol: qsTr("K") + translationManager.emptyString
|
||||||
dotColor: "#AAFFBB"
|
dotColor: "#AAFFBB"
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
@ -83,11 +83,11 @@ Rectangle {
|
|||||||
property int editWidth: 400
|
property int editWidth: 400
|
||||||
property int lineEditFontSize: 12
|
property int lineEditFontSize: 12
|
||||||
|
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
text: qsTr("You can verify a third party made a payment by supplying:") + translationManager.emptyString
|
text: qsTr("You can verify that a third party made a payment by supplying:") + translationManager.emptyString
|
||||||
wrapMode: Text.Wrap
|
wrapMode: Text.Wrap
|
||||||
}
|
}
|
||||||
Text {
|
Text {
|
||||||
@ -103,8 +103,9 @@ Rectangle {
|
|||||||
wrapMode: Text.Wrap
|
wrapMode: Text.Wrap
|
||||||
}
|
}
|
||||||
Text {
|
Text {
|
||||||
text: qsTr("If a payment was made up of several tranactions, each transaction must be checked, and the results added") + translationManager.emptyString
|
text: qsTr("If a payment was made up of several transactions, each transaction must be checked, and the results added") + translationManager.emptyString
|
||||||
wrapMode: Text.Wrap
|
wrapMode: Text.Wrap
|
||||||
|
Layout.fillWidth: true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user