luci/po: spelling and grammar fixes by Alex Henrie
[project/luci.git] / applications / luci-meshwizard / luasrc / model / cbi / freifunk / meshwizard.lua
index 8cb0822..68f7a5a 100644 (file)
@@ -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)