summaryrefslogtreecommitdiffhomepage
path: root/applications
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-07-24 11:54:29 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-07-24 11:54:29 +0000
commitb252792ad797e3af30f3c2c24e886baacb89852e (patch)
tree55f5c90983d777c8b20ffc2ad7a5cb8b8649e0d4 /applications
parenta798da5d8b54ed01ab7e80fcc04e184c6f7225a1 (diff)
applications/luci-ushare: add description (#458)
Diffstat (limited to 'applications')
-rw-r--r--applications/luci-ushare/luasrc/model/cbi/ushare.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-ushare/luasrc/model/cbi/ushare.lua b/applications/luci-ushare/luasrc/model/cbi/ushare.lua
index cc7377e4a..41f9612bb 100644
--- a/applications/luci-ushare/luasrc/model/cbi/ushare.lua
+++ b/applications/luci-ushare/luasrc/model/cbi/ushare.lua
@@ -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