From: Steven Barth Date: Fri, 30 Jan 2009 18:57:14 +0000 (+0000) Subject: Lost without translation... X-Git-Tag: 0.8.5~8 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=2cdeb9dbf640f167d2190409e93f3bfeaa9646b5;p=project%2Fluci.git Lost without translation... --- 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")