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:
parent
b9be6b4163
commit
721ef27cdc
1 changed files with 1 additions and 1 deletions
|
@ -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."))
|
translate("Set this to enable support for streaming .jpg and .mp3 files to a TiVo supporting HMO."))
|
||||||
o.rmempty = true
|
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)."))
|
translate("Set this to allow serving content outside the media root (via symlinks)."))
|
||||||
o.rmempty = true
|
o.rmempty = true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue