X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=modules%2Fniu%2Fluasrc%2Fmodel%2Fcbi%2Fniu%2Fwireless%2Fapdevice.lua;h=98f5fc5d62a5ade1ed10beb598baaee9f5267cb2;hp=b9e0fa517991b80b6fd5eac77731b5a026d68d71;hb=1f83b916ac83eff03e582084dd99579689570360;hpb=8b80a623c3526fa40d215f28f0a3cd1312edebea;ds=sidebyside diff --git a/modules/niu/luasrc/model/cbi/niu/wireless/apdevice.lua b/modules/niu/luasrc/model/cbi/niu/wireless/apdevice.lua index b9e0fa517..98f5fc5d6 100644 --- a/modules/niu/luasrc/model/cbi/niu/wireless/apdevice.lua +++ b/modules/niu/luasrc/model/cbi/niu/wireless/apdevice.lua @@ -14,11 +14,12 @@ $Id$ local niulib = require "luci.niulib" m = Map("wireless", "Configure Private Access Point") -s = m:section(NamedSection, "ap", "interface", "Wireless Radio Device", -"Select the wireless radio device that should be used to run the access".. -" point. Note that wireless radios will not show up here if you already use".. -" them for connecting to the Internet and are not capable of being used as".. -" an access point in parallel.") +s = m:section(NamedSection, "ap", "interface", translate("Wireless Radio Device"), +translate( +"Select the wireless radio device that should be used to run the interface.".. +" Note that wireless radios will not show up here if you already use".. +" them for other wireless services and are not capable of being used as".. +" an access point in parallel.")) s.anonymous = true s.addremove = false