luci-app-minidlna: Fix UI text
authorINAGAKI Hiroshi <musashino.open@gmail.com>
Wed, 25 Oct 2017 13:16:14 +0000 (22:16 +0900)
committerINAGAKI Hiroshi <musashino.open@gmail.com>
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 <musashino.open@gmail.com>
applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua

index 3f59e53..067d08c 100644 (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