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.pixelSize: 18
|
||||
color: "#4A4949"
|
||||
text: qsTr("Filter transactions history") + translationManager.emptyString
|
||||
text: qsTr("Filter transaction history") + translationManager.emptyString
|
||||
}
|
||||
|
||||
// Filter by Address input (senseless, removing)
|
||||
|
@ -237,7 +237,7 @@ Rectangle {
|
|||
anchors.leftMargin: 17
|
||||
anchors.topMargin: 17
|
||||
width: 156
|
||||
text: qsTr("Type of transation") + translationManager.emptyString
|
||||
text: qsTr("Type of transaction") + translationManager.emptyString
|
||||
fontSize: 14
|
||||
tipText: qsTr("<b>Tip tekst test</b>") + translationManager.emptyString
|
||||
}
|
||||
|
|
|
@ -146,7 +146,7 @@ Rectangle {
|
|||
LineEdit {
|
||||
id: paymentIdLine
|
||||
fontSize: mainLayout.lineEditFontSize
|
||||
placeholderText: qsTr("PaymentID here") + translationManager.emptyString;
|
||||
placeholderText: qsTr("Payment ID here") + translationManager.emptyString;
|
||||
readOnly: false
|
||||
|
||||
width: mainLayout.editWidth
|
||||
|
|
Loading…
Reference in a new issue