summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKarl Palsson <karlp@etactica.com>2016-09-23 17:02:41 +0000
committerKarl Palsson <karlp@etactica.com>2016-09-23 17:05:47 +0000
commitccc9970c24fd9db110a62d47852d7d11247d2f13 (patch)
treea5009f28a4183fd747dd142529077fbe39268217
parent0bea4d17e6fa82c723dd7b5db4b9081f9c4407ce (diff)
wifi_add: help text should match reality
An additonal network is created if the box _is_ checked.
-rw-r--r--modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi_add.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi_add.lua b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi_add.lua
index d64d667a4..55c970d1b 100644
--- a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi_add.lua
+++ b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi_add.lua
@@ -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