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

Somehow this one slipped through the cracks for years.
pull/5248/head
Frans de Jonge 5 years ago committed by GitHub
parent 0894386b50
commit 182e981f4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save