From 7ae79cb1de9595d589fca684b4d60b9210cf409f Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 5 Oct 2018 09:57:44 +0200 Subject: [PATCH] channel: fix description for the user icon --- src/channels.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.47.2