modules/admin-full: rework help text for network_netlist widget
[project/luci.git] / modules / admin-full / luasrc / model / cbi / admin_network / wifi.lua
index d3a27b64ca2c09529e4f04b155441eef0ab3ece2..b8e240e0dd24f1d5f6f20ee02a396b4759ca5542 100644 (file)
@@ -384,9 +384,8 @@ mode:value("adhoc", translate("Ad-Hoc"))
 bssid = s:taboption("general", Value, "bssid", translate("<abbr title=\"Basic Service Set Identifier\">BSSID</abbr>"))
 
 network = s:taboption("general", Value, "network", translate("Network"),
-       translate("Choose the network you want to attach to this wireless interface. " ..
-               "Select <em>unspecified</em> to not attach any network or fill out the " ..
-               "<em>create</em> field to define a new network."))
+       translate("Choose the network(s) you want to attach to this wireless interface or " ..
+               "fill out the <em>create</em> field to define a new network."))
 
 network.rmempty = true
 network.template = "cbi/network_netlist"