fw: correct capitalization of some strings
authorBenoît Knecht <benoit.knecht@gmail.com>
Thu, 15 Apr 2010 11:22:24 +0000 (11:22 +0000)
committerBenoît Knecht <benoit.knecht@gmail.com>
Thu, 15 Apr 2010 11:22:24 +0000 (11:22 +0000)
applications/luci-fw/luasrc/model/cbi/luci_fw/zones.lua

index 70473bb..edb82a9 100644 (file)
@@ -54,9 +54,9 @@ name = s:option(Value, "name", translate("Name"))
 name.size = 8
 
 p = {}
 name.size = 8
 
 p = {}
-p[1] = s:option(ListValue, "input", translate("input"))
-p[2] = s:option(ListValue, "output", translate("output"))
-p[3] = s:option(ListValue, "forward", translate("forward"))
+p[1] = s:option(ListValue, "input", translate("Input"))
+p[2] = s:option(ListValue, "output", translate("Output"))
+p[3] = s:option(ListValue, "forward", translate("Forward"))
 
 for i, v in ipairs(p) do
        v:value("REJECT", translate("reject"))
 
 for i, v in ipairs(p) do
        v:value("REJECT", translate("reject"))