summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-meshwizard
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-meshwizard
parenta31e805696fad7e801a398c3c0fa645a1f922dc3 (diff)
luci/po: spelling and grammar fixes by Alex Henrie
Diffstat (limited to 'applications/luci-meshwizard')
-rw-r--r--applications/luci-meshwizard/luasrc/model/cbi/freifunk/meshwizard.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-meshwizard/luasrc/model/cbi/freifunk/meshwizard.lua b/applications/luci-meshwizard/luasrc/model/cbi/freifunk/meshwizard.lua
index 8cb082287..68f7a5a25 100644
--- a/applications/luci-meshwizard/luasrc/model/cbi/freifunk/meshwizard.lua
+++ b/applications/luci-meshwizard/luasrc/model/cbi/freifunk/meshwizard.lua
@@ -22,7 +22,7 @@ n.anonymous = true
function cbi_configure(device)
local configure = n:taboption(device, Flag, device .. "_config", translate("Configure this interface"),
- translate("Note: this will setup this interface for mesh operation, i.e. add to zone 'freifunk' and enable olsr."))
+ translate("Note: this will set up this interface for mesh operation, i.e. add it to zone 'freifunk' and enable olsr."))
end
function cbi_ip4addr(device)