Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix description for epg_parent property (duplicate .name).
  • Loading branch information
Mark Clarkstone authored and perexg committed Mar 3, 2016
1 parent 52ed773 commit 718d299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/channels.c
Expand Up @@ -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,
Expand Down

0 comments on commit 718d299

Please sign in to comment.