git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
b9be6b4
)
luci-app-minidlna: Fix UI text
author
INAGAKI Hiroshi
<redacted>
Wed, 25 Oct 2017 13:16:14 +0000
(22:16 +0900)
committer
INAGAKI Hiroshi
<redacted>
Wed, 25 Oct 2017 13:16:14 +0000
(22:16 +0900)
Add missing colon ":" to the UI text for widelink option.
Signed-off-by: INAGAKI Hiroshi <redacted>
applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua
patch
|
blob
|
history
diff --git
a/applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua
b/applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua
index 3f59e536434ed16b3ce9ea1caa62a3c92a687f26..067d08cf0ae7d54c7f7c1bad336e916de4ce1239 100644
(file)
--- a/
applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua
+++ b/
applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua
@@
-91,7
+91,7
@@
s:taboption("advanced", Flag, "enable_tivo", translate("Enable TIVO:"),
translate("Set this to enable support for streaming .jpg and .mp3 files to a TiVo supporting HMO."))
o.rmempty = true
-s:taboption("advanced", Flag, "wide_links", translate("Allow wide links"),
+s:taboption("advanced", Flag, "wide_links", translate("Allow wide links
:
"),
translate("Set this to allow serving content outside the media root (via symlinks)."))
o.rmempty = true
git clone https://git.99rst.org/PROJECT