mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[fix, i18n] Translate "not set" (#5246)
Somehow this one slipped through the cracks for years.
This commit is contained in:
@@ -30,7 +30,7 @@ function optionsutil.showValues(configurable, option, prefix)
|
||||
end
|
||||
end
|
||||
if not default then
|
||||
default = "not set"
|
||||
default = _("not set")
|
||||
if option.toggle and option.values then
|
||||
value_current = current
|
||||
current = arg_table[current]
|
||||
|
||||
Reference in New Issue
Block a user