From a7edf213a504dc967b2a76be9853ecf48a2cb7f7 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Thu, 4 Apr 2024 16:00:53 +0200 Subject: [PATCH] [minor] FileChooser: use en-dash instead of dash for UI (#11615) --- 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)