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