From 182e981f4dbad3b5169e229c97ba81773103a06e Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Fri, 23 Aug 2019 15:06:02 +0200 Subject: [PATCH] [fix, i18n] Translate "not set" (#5246) Somehow this one slipped through the cracks for years. --- frontend/ui/data/optionsutil.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]