Lost without translation...
authorSteven Barth <steven@midlink.org>
Fri, 30 Jan 2009 18:57:02 +0000 (18:57 +0000)
committerSteven Barth <steven@midlink.org>
Fri, 30 Jan 2009 18:57:02 +0000 (18:57 +0000)
applications/luci-fw/luasrc/model/cbi/luci_fw/rrule.lua

index d3fc589..2d6a429 100644 (file)
@@ -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
 
 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")
 sport:depends("proto", "tcp")
 sport:depends("proto", "udp")
 sport:depends("proto", "tcpudp")