[minor] FileChooser: use en-dash instead of dash for UI

reviewable/pr11615/r1
Frans de Jonge 1 month ago committed by GitHub
parent b9261e0245
commit 7cae110935
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