From 7cae110935496fe3bdb2909ba72fddc7b355ac31 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Wed, 3 Apr 2024 18:50:03 +0200 Subject: [PATCH] [minor] FileChooser: use en-dash instead of dash for UI --- frontend/ui/widget/filechooser.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/ui/widget/filechooser.lua b/frontend/ui/widget/filechooser.lua index 592f867f5..8e00347dc 100644 --- a/frontend/ui/widget/filechooser.lua +++ b/frontend/ui/widget/filechooser.lua @@ -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)