fw: correct capitalization of some strings

This commit is contained in:
Benoît Knecht 2010-04-15 11:22:24 +00:00
parent e7b856f159
commit 44f93c4f82

View file

@ -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"))