fw: correct capitalization of some strings
This commit is contained in:
parent
e7b856f159
commit
44f93c4f82
1 changed files with 3 additions and 3 deletions
|
@ -54,9 +54,9 @@ name = s:option(Value, "name", translate("Name"))
|
||||||
name.size = 8
|
name.size = 8
|
||||||
|
|
||||||
p = {}
|
p = {}
|
||||||
p[1] = s:option(ListValue, "input", translate("input"))
|
p[1] = s:option(ListValue, "input", translate("Input"))
|
||||||
p[2] = s:option(ListValue, "output", translate("output"))
|
p[2] = s:option(ListValue, "output", translate("Output"))
|
||||||
p[3] = s:option(ListValue, "forward", translate("forward"))
|
p[3] = s:option(ListValue, "forward", translate("Forward"))
|
||||||
|
|
||||||
for i, v in ipairs(p) do
|
for i, v in ipairs(p) do
|
||||||
v:value("REJECT", translate("reject"))
|
v:value("REJECT", translate("reject"))
|
||||||
|
|
Loading…
Reference in a new issue