mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-18 23:53:41 +02:00
Update History.qml
2 formatting/grammar edits
This commit is contained in:
parent
05046a5f21
commit
b9187ad4d4
@ -218,7 +218,7 @@ Rectangle {
|
||||
|
||||
CheckBox {
|
||||
id: advancedFilteringCheckBox
|
||||
text: qsTr("Advance filtering")
|
||||
text: qsTr("Advanced filtering")
|
||||
anchors.left: filterButton.right
|
||||
anchors.bottom: filterButton.bottom
|
||||
anchors.leftMargin: 17
|
||||
@ -370,7 +370,7 @@ Rectangle {
|
||||
|
||||
ListElement { columnName: "Payment ID"; columnWidth: 127 }
|
||||
ListElement { columnName: "Date"; columnWidth: 100 }
|
||||
ListElement { columnName: "BlockHeight"; columnWidth: 150 }
|
||||
ListElement { columnName: "Block height"; columnWidth: 150 }
|
||||
ListElement { columnName: "Amount"; columnWidth: 148 }
|
||||
// ListElement { columnName: "Description"; columnWidth: 148 }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user