From: Jaroslav Kysela Date: Fri, 5 Oct 2018 07:57:44 +0000 (+0200) Subject: channel: fix description for the user icon X-Git-Tag: v4.2.7~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3eef982db43014b0facde9929772bc2404cf1fa8;p=thirdparty%2Ftvheadend.git channel: fix description for the user icon --- diff --git a/src/channels.c b/src/channels.c index 6246b4294..a2fc1a483 100644 --- a/src/channels.c +++ b/src/channels.c @@ -420,8 +420,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,