mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-12 11:13:46 +02:00
fixed 3 typos
This commit is contained in:
parent
2bd91fd390
commit
cb867bccd1
@ -62,7 +62,7 @@ Rectangle {
|
|||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.pixelSize: 18
|
font.pixelSize: 18
|
||||||
color: "#4A4949"
|
color: "#4A4949"
|
||||||
text: qsTr("Filter transactions history") + translationManager.emptyString
|
text: qsTr("Filter transaction history") + translationManager.emptyString
|
||||||
}
|
}
|
||||||
|
|
||||||
// Filter by Address input (senseless, removing)
|
// Filter by Address input (senseless, removing)
|
||||||
@ -237,7 +237,7 @@ Rectangle {
|
|||||||
anchors.leftMargin: 17
|
anchors.leftMargin: 17
|
||||||
anchors.topMargin: 17
|
anchors.topMargin: 17
|
||||||
width: 156
|
width: 156
|
||||||
text: qsTr("Type of transation") + translationManager.emptyString
|
text: qsTr("Type of transaction") + translationManager.emptyString
|
||||||
fontSize: 14
|
fontSize: 14
|
||||||
tipText: qsTr("<b>Tip tekst test</b>") + translationManager.emptyString
|
tipText: qsTr("<b>Tip tekst test</b>") + translationManager.emptyString
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user