applications/luci-ushare: add description (#458)
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 24 Jul 2012 11:54:29 +0000 (11:54 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 24 Jul 2012 11:54:29 +0000 (11:54 +0000)
applications/luci-ushare/luasrc/model/cbi/ushare.lua

index cc7377e4a3f2c85190a4106d0cd6b08f0eae7f3a..41f9612bb1e0826e55b5a4edb414e3d638189751 100644 (file)
@@ -14,7 +14,7 @@ $Id$
 ]]--
 
 m = Map("ushare", translate("uShare"),
-       translate("ushare_desc"))
+       translate("uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server component that provides UPnP media devices with information on available multimedia files."))
 
 s = m:section(TypedSection, "ushare", translate("Settings"))
 s.addremove = false