Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update channels.c
  • Loading branch information
mpmc authored and perexg committed Nov 10, 2015
1 parent 904af8c commit b1756c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/channels.c
Expand Up @@ -355,7 +355,7 @@ const idclass_t channel_class = {
{
.type = PT_BOOL,
.id = "autoname",
.name = N_("Auto name from network"),
.name = N_("Automatically name from network"),
.off = offsetof(channel_t, ch_autoname),
.set = channel_class_autoname_set,
.opts = PO_NOSAVE,
Expand Down Expand Up @@ -394,7 +394,7 @@ const idclass_t channel_class = {
{
.type = PT_BOOL,
.id = "epgauto",
.name = N_("Automatically map to EPG source"),
.name = N_("Automatically map EPG source"),
.off = offsetof(channel_t, ch_epgauto),
},
{
Expand Down

0 comments on commit b1756c3

Please sign in to comment.