[minor] FileChooser: use en-dash instead of dash for UI (#11615)

reviewable/pr11626/r1
Frans de Jonge 4 weeks ago committed by GitHub
parent f6588e95e8
commit a7edf213a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -212,7 +212,7 @@ local FileChooser = Menu:extend{
},
percent_natural = {
-- sort 90% > 50% > 0% or on hold > unopened > 100% or finished
text = _("percent - unopened - finished last"),
text = _("percent unopened finished last"),
menu_order = 90,
can_collate_mixed = false,
init_sort_func = function(cache)

Loading…
Cancel
Save