mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Better titles for priority settings
This commit is contained in:
parent
cbc9dd07c8
commit
949d85288d
1 changed files with 3 additions and 3 deletions
|
@ -199,10 +199,10 @@ Rectangle {
|
|||
ListModel {
|
||||
id: priorityModelV5
|
||||
|
||||
ListElement { column1: qsTr("Low (x0.25 fee)") ; column2: ""; priority: 1}
|
||||
ListElement { column1: qsTr("Slow (x0.25 fee)") ; column2: ""; priority: 1}
|
||||
ListElement { column1: qsTr("Default (x1 fee)") ; column2: ""; priority: 2 }
|
||||
ListElement { column1: qsTr("Medium (x5 fee)") ; column2: ""; priority: 3 }
|
||||
ListElement { column1: qsTr("High (x41.5 fee)") ; column2: ""; priority: 4 }
|
||||
ListElement { column1: qsTr("Fast (x5 fee)") ; column2: ""; priority: 3 }
|
||||
ListElement { column1: qsTr("Fastest (x41.5 fee)") ; column2: ""; priority: 4 }
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue