]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix description for epg_parent property (duplicate .name).
authorMark Clarkstone <hello@markclarkstone.co.uk>
Thu, 3 Mar 2016 10:37:34 +0000 (10:37 +0000)
committerJaroslav Kysela <perex@perex.cz>
Thu, 3 Mar 2016 14:15:25 +0000 (15:15 +0100)
src/channels.c

index 3c51cc3234d35b60765aa4049f1977dd72b987ba..84661b3c53ad02ebcca33d404e0382e2692a0864 100644 (file)
@@ -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,