Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update bouquet.c
  • Loading branch information
mpmc authored and perexg committed Nov 10, 2015
1 parent 5196ee6 commit 81ac698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bouquet.c
Expand Up @@ -906,14 +906,14 @@ const idclass_t bouquet_class = {
{
.type = PT_BOOL,
.id = "mapnoname",
.name = N_("Map no name"),
.name = N_("Map unnamed channels"),
.off = offsetof(bouquet_t, bq_mapnoname),
.notify = bouquet_class_mapnoname_notify,
},
{
.type = PT_BOOL,
.id = "mapradio",
.name = N_("Map radio"),
.name = N_("Map radio channels"),
.off = offsetof(bouquet_t, bq_mapradio),
.notify = bouquet_class_mapradio_notify,
},
Expand Down

0 comments on commit 81ac698

Please sign in to comment.