summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-ushare
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-ushare')
-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 41f9612bb..7032b2d5c 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 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."))
+ luci.util.pcdata(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