summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-firewall
diff options
context:
space:
mode:
authorManuel Munz <freifunk@somakoma.de>2014-08-05 10:21:03 +0000
committerManuel Munz <freifunk@somakoma.de>2014-08-05 10:21:03 +0000
commit6f8daab6eb8eb2f1a8014afeee22793e39980db6 (patch)
treec0cff7f0a2b198d0aa14303beb64bb9a68a96a91 /applications/luci-firewall
parenta31e805696fad7e801a398c3c0fa645a1f922dc3 (diff)
luci/po: spelling and grammar fixes by Alex Henrie
Diffstat (limited to 'applications/luci-firewall')
-rw-r--r--applications/luci-firewall/luasrc/model/cbi/firewall/zone-details.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-firewall/luasrc/model/cbi/firewall/zone-details.lua b/applications/luci-firewall/luasrc/model/cbi/firewall/zone-details.lua
index a3b1a6e76..e5bcb34da 100644
--- a/applications/luci-firewall/luasrc/model/cbi/firewall/zone-details.lua
+++ b/applications/luci-firewall/luasrc/model/cbi/firewall/zone-details.lua
@@ -50,7 +50,7 @@ s = m:section(NamedSection, zone.sid, "zone",
<em>forward</em> option describes the policy for forwarded traffic \
between different networks within the zone. \
<em>Covered networks</em> specifies which available networks are \
- member of this zone.", zone:name()))
+ members of this zone.", zone:name()))
s.anonymous = true
s.addremove = false