git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
e7b856f
)
fw: correct capitalization of some strings
author
Benoît Knecht
<redacted>
Thu, 15 Apr 2010 11:22:24 +0000
(11:22 +0000)
committer
Benoît Knecht
<redacted>
Thu, 15 Apr 2010 11:22:24 +0000
(11:22 +0000)
applications/luci-fw/luasrc/model/cbi/luci_fw/zones.lua
patch
|
blob
|
history
diff --git
a/applications/luci-fw/luasrc/model/cbi/luci_fw/zones.lua
b/applications/luci-fw/luasrc/model/cbi/luci_fw/zones.lua
index 70473bb776e480c4f6c379db18d7b4675e615ab1..edb82a9b507850c0bf185838a63824a4dbb0bd1a 100644
(file)
--- a/
applications/luci-fw/luasrc/model/cbi/luci_fw/zones.lua
+++ b/
applications/luci-fw/luasrc/model/cbi/luci_fw/zones.lua
@@
-54,9
+54,9
@@
name = s:option(Value, "name", translate("Name"))
name.size = 8
p = {}
-p[1] = s:option(ListValue, "input", translate("
i
nput"))
-p[2] = s:option(ListValue, "output", translate("
o
utput"))
-p[3] = s:option(ListValue, "forward", translate("
f
orward"))
+p[1] = s:option(ListValue, "input", translate("
I
nput"))
+p[2] = s:option(ListValue, "output", translate("
O
utput"))
+p[3] = s:option(ListValue, "forward", translate("
F
orward"))
for i, v in ipairs(p) do
v:value("REJECT", translate("reject"))
git clone https://git.99rst.org/PROJECT