mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[minor] FileChooser: use en-dash instead of dash for UI (#11615)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user