diff options
author | Steven Barth <steven@midlink.org> | 2009-01-30 18:57:02 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2009-01-30 18:57:02 +0000 |
commit | 9de7b71940ce083a49f1ea0e3b58bf520b3d4192 (patch) | |
tree | f420cd028f32433448ee9e116790173b79bf1169 /applications/luci-fw | |
parent | ccf41d1d573ef449679be063f5c44bf022972487 (diff) |
Lost without translation...
Diffstat (limited to 'applications/luci-fw')
-rw-r--r-- | applications/luci-fw/luasrc/model/cbi/luci_fw/rrule.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-fw/luasrc/model/cbi/luci_fw/rrule.lua b/applications/luci-fw/luasrc/model/cbi/luci_fw/rrule.lua index d3fc589f8..2d6a4295f 100644 --- a/applications/luci-fw/luasrc/model/cbi/luci_fw/rrule.lua +++ b/applications/luci-fw/luasrc/model/cbi/luci_fw/rrule.lua @@ -39,7 +39,7 @@ luci.model.uci.cursor():foreach("firewall", "zone", s:option(Value, "src_ip", translate("firewall_redirect_srcip")).optional = true s:option(Value, "src_mac", translate("firewall_redirect_srcmac")).optional = true -sport = s:option(Value, "src_port", translate("firewall_redirect_srcport")) +sport = s:option(Value, "src_port", translate("firewall_rule_srcport")) sport:depends("proto", "tcp") sport:depends("proto", "udp") sport:depends("proto", "tcpudp") |