mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 15:17:25 -04:00
fixed 3 typos
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -146,7 +146,7 @@ Rectangle {
|
|||||||
LineEdit {
|
LineEdit {
|
||||||
id: paymentIdLine
|
id: paymentIdLine
|
||||||
fontSize: mainLayout.lineEditFontSize
|
fontSize: mainLayout.lineEditFontSize
|
||||||
placeholderText: qsTr("PaymentID here") + translationManager.emptyString;
|
placeholderText: qsTr("Payment ID here") + translationManager.emptyString;
|
||||||
readOnly: false
|
readOnly: false
|
||||||
|
|
||||||
width: mainLayout.editWidth
|
width: mainLayout.editWidth
|
||||||
|
|||||||
Reference in New Issue
Block a user