[fix, i18n] Translate "not set" (#5246)

Somehow this one slipped through the cracks for years.
This commit is contained in:
Frans de Jonge
2019-08-23 15:06:02 +02:00
committed by GitHub
parent 0894386b50
commit 182e981f4d

View File

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