applications/luci-diag-devinfo: fix lost description in netdiscover_devinfo.lua, patch by "BasicXP" <basicxp@ubuntu.com>

This commit is contained in:
Jo-Philipp Wich 2012-08-15 14:16:57 +00:00
parent 4edf243ffa
commit fb71a1b39b

View file

@ -21,7 +21,7 @@ require("luci.controller.luci_diag.devinfo_common")
local debug = false local debug = false
m = SimpleForm("luci_devinfo", translate("Network Device Scan"), translate("l_d_d_nd_netdiscover_to_devinfo_descr")) m = SimpleForm("luci_devinfo", translate("Network Device Scan"), translate("Scans for devices on specified networks."))
m.reset = false m.reset = false
m.submit = false m.submit = false