modules/admin-full: i18n fix on network page

This commit is contained in:
Jo-Philipp Wich 2009-11-01 13:46:46 +00:00
parent 3e6d86c80e
commit 8de4c45a59

View file

@ -74,7 +74,7 @@ ifname.titleref = luci.dispatcher.build_url("admin", "network", "vlan")
if luci.model.uci.cursor():load("firewall") then
zone = s:option(DummyValue, "_zone", translate("zone"))
zone = s:option(DummyValue, "_zone", translate("Zone"))
zone.titleref = luci.dispatcher.build_url("admin", "network", "firewall", "zones")
function zone.cfgvalue(self, section)