From: Mark Clarkstone Date: Thu, 3 Mar 2016 10:37:34 +0000 (+0000) Subject: Fix description for epg_parent property (duplicate .name). X-Git-Tag: v4.2.1~968 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=718d29903c97506a552ff1bd25242a7e7ffc72a7;p=thirdparty%2Ftvheadend.git Fix description for epg_parent property (duplicate .name). --- diff --git a/src/channels.c b/src/channels.c index 3c51cc323..84661b3c5 100644 --- a/src/channels.c +++ b/src/channels.c @@ -528,7 +528,7 @@ const idclass_t channel_class = { .type = PT_STR, .id = "epg_parent", .name = N_("Reuse EPG from"), - .name = N_("Reuse EPG from. Reuse the EPG from another " + .desc = N_("Reuse EPG from. Reuse the EPG from another " "channel."), .set = channel_class_epg_parent_set, .list = channel_class_get_list,