summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-full
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-08-09 23:44:18 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-08-09 23:44:18 +0000
commit396350aaf4cb2cc8285a4cfd33b063a65dc3a50a (patch)
tree21a994b9c1b8186b8d9b3b7a63203eda58e8c14c /modules/admin-full
parentc78e445583bb49907f18888b2747db5fd84e0f97 (diff)
modules/admin-full: rework help text for network_netlist widget
Diffstat (limited to 'modules/admin-full')
-rw-r--r--modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua b/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua
index d3a27b64c..b8e240e0d 100644
--- a/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua
+++ b/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua
@@ -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"