]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
channel: fix description for the user icon
authorJaroslav Kysela <perex@perex.cz>
Fri, 5 Oct 2018 07:57:44 +0000 (09:57 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 5 Oct 2018 07:57:59 +0000 (09:57 +0200)
src/channels.c

index 338193889e7df4907d4db787343934d23cb57629..bf7e186f0cfece446f1faa963eb03e68e7890420 100644 (file)
@@ -450,8 +450,8 @@ const idclass_t channel_class = {
       .type     = PT_STR,
       .id       = "icon",
       .name     = N_("User icon"),
-      .desc     = N_("The URL (or path) to the icon to use/used "
-                     "for the channel."),
+      .desc     = N_("The URL to the icon to use/used for the channel. "
+                     "The local files are referred using file:/// URLs."),
       .off      = offsetof(channel_t, ch_icon),
       .notify   = channel_class_icon_notify,
       .opts     = PO_ADVANCED,