wifi_add: help text should match reality
An additonal network is created if the box _is_ checked.
This commit is contained in:
parent
0bea4d17e6
commit
ccc9970c24
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue