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

This commit is contained in:
Frans de Jonge
2024-04-04 16:00:53 +02:00
committed by GitHub
parent f6588e95e8
commit a7edf213a5

View File

@@ -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)