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