diff --git a/frontend/ui/data/optionsutil.lua b/frontend/ui/data/optionsutil.lua index e09aa74ad..c3a00cc92 100644 --- a/frontend/ui/data/optionsutil.lua +++ b/frontend/ui/data/optionsutil.lua @@ -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]