mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Update History.qml
2 formatting/grammar edits
This commit is contained in:
parent
05046a5f21
commit
b9187ad4d4
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue