luci-app-minidlna: Fix UI text

Add missing colon ":" to the UI text for widelink option.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
This commit is contained in:
INAGAKI Hiroshi 2017-10-25 22:16:14 +09:00
parent b9be6b4163
commit 721ef27cdc

View file

@ -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