wifi_add: help text should match reality
authorKarl Palsson <karlp@etactica.com>
Fri, 23 Sep 2016 17:02:41 +0000 (17:02 +0000)
committerKarl Palsson <karlp@etactica.com>
Fri, 23 Sep 2016 17:05:47 +0000 (17:05 +0000)
An additonal network is created if the box _is_ checked.

modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi_add.lua

index d64d667..55c970d 100644 (file)
@@ -44,7 +44,7 @@ m.hidden = {
 
 if iw and iw.mbssid_support then
        replace = m:field(Flag, "replace", translate("Replace wireless configuration"),
-               translate("An additional network will be created if you leave this unchecked."))
+               translate("An additional network will be created if you leave this checked."))
 
        function replace.cfgvalue() return "1" end
 else