wifi_add: help text should match reality

An additonal network is created if the box _is_ checked.
This commit is contained in:
Karl Palsson 2016-09-23 17:02:41 +00:00
parent 0bea4d17e6
commit ccc9970c24

View file

@ -44,7 +44,7 @@ m.hidden = {
if iw and iw.mbssid_support then if iw and iw.mbssid_support then
replace = m:field(Flag, "replace", translate("Replace wireless configuration"), 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 function replace.cfgvalue() return "1" end
else else