modules/admin-full: remove notice about iface exclusiveness when adding new networks
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 26 Jun 2012 21:49:21 +0000 (21:49 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 26 Jun 2012 21:49:21 +0000 (21:49 +0000)
modules/admin-full/luasrc/model/cbi/admin_network/iface_add.lua

index 0e62ee88cffad11a980709a3a1272b644cfd0fbf..92026b157be697fb8da835e822367438b88ebc69 100644 (file)
@@ -36,16 +36,14 @@ newproto = m:field(ListValue, "_netproto", translate("Protocol of the new interf
 netbridge = m:field(Flag, "_bridge", translate("Create a bridge over multiple interfaces"))
 
 
 netbridge = m:field(Flag, "_bridge", translate("Create a bridge over multiple interfaces"))
 
 
-sifname = m:field(Value, "_ifname", translate("Cover the following interface"),
-       translate("Note: If you choose an interface here which is part of another network, it will be moved into this network."))
+sifname = m:field(Value, "_ifname", translate("Cover the following interface"))
 
 sifname.widget = "radio"
 sifname.template  = "cbi/network_ifacelist"
 sifname.nobridges = true
 
 
 
 sifname.widget = "radio"
 sifname.template  = "cbi/network_ifacelist"
 sifname.nobridges = true
 
 
-mifname = m:field(Value, "_ifnames", translate("Cover the following interfaces"),
-       translate("Note: If you choose an interface here which is part of another network, it will be moved into this network."))
+mifname = m:field(Value, "_ifnames", translate("Cover the following interfaces"))
 
 mifname.widget = "checkbox"
 mifname.template  = "cbi/network_ifacelist"
 
 mifname.widget = "checkbox"
 mifname.template  = "cbi/network_ifacelist"