diff options
Diffstat (limited to 'libs/uvl/luasrc/i18n/uvl.en.lua')
-rw-r--r-- | libs/uvl/luasrc/i18n/uvl.en.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/uvl/luasrc/i18n/uvl.en.lua b/libs/uvl/luasrc/i18n/uvl.en.lua index d7d8bfed9..b0944a2b3 100644 --- a/libs/uvl/luasrc/i18n/uvl.en.lua +++ b/libs/uvl/luasrc/i18n/uvl.en.lua @@ -27,8 +27,8 @@ uvl_err_sect_named = 'The section of type \"%p.%s\" is stored anonymously in con uvl_err_sect_notfound = 'Section \"%p.%s\" not found in config' uvl_err_opt_unknown = 'Option \"%i\" (%I) not found in scheme' uvl_err_opt_required = 'Required option \"%i\" has no value' -uvl_err_opt_badvalue = 'Value \"%v\" of option \"%i\" is not defined in enum %1' -uvl_err_opt_invvalue = 'Value \"%v\" of given option \"%i\" does not validate as datatype \"%1\"' +uvl_err_opt_badvalue = 'Value \"%1\" of option \"%i\" is not defined in enum %2' +uvl_err_opt_invvalue = 'Value \"%1\" of option \"%i\" does not validate as datatype \"%2\"' uvl_err_opt_notlist = 'Option \"%i\" is defined as list but stored as plain value' uvl_err_opt_datatype = 'Option \"%i\" has unknown datatype \"%1\"' uvl_err_opt_notfound = 'Option \"%p.%s.%o\" not found in config' |