mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
fixed 3 typos
This commit is contained in:
parent
2bd91fd390
commit
cb867bccd1
2 changed files with 3 additions and 3 deletions
|
@ -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 a new issue