Merge pull request #1510

33c195d Change 'Default' fee level to 'Automatic' (cryptochangements34)
This commit is contained in:
luigi1111 2018-07-17 16:32:26 -05:00
commit ceda53d8d2
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -220,7 +220,7 @@ Rectangle {
ListModel {
id: priorityModelV5
ListElement { column1: qsTr("Default") ; column2: ""; priority: 0}
ListElement { column1: qsTr("Automatic") ; column2: ""; priority: 0}
ListElement { column1: qsTr("Slow (x0.25 fee)") ; column2: ""; priority: 1}
ListElement { column1: qsTr("Normal (x1 fee)") ; column2: ""; priority: 2 }
ListElement { column1: qsTr("Fast (x5 fee)") ; column2: ""; priority: 3 }