Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update mpegts_network.c
  • Loading branch information
mpmc authored and perexg committed Nov 10, 2015
1 parent e8afa7d commit a5b6910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/input/mpegts/mpegts_network.c
Expand Up @@ -177,7 +177,7 @@ const idclass_t mpegts_network_class =
{
.type = PT_BOOL,
.id = "sid_chnum",
.name = N_("Service IDs as channel numbers"),
.name = N_("Use service IDs as channel numbers"),
.off = offsetof(mpegts_network_t, mn_sid_chnum),
.def.i = 0,
},
Expand Down Expand Up @@ -207,7 +207,7 @@ const idclass_t mpegts_network_class =
{
.type = PT_BOOL,
.id = "localtime",
.name = N_("EIT local time"),
.name = N_("EIT broadcast in local time"),
.off = offsetof(mpegts_network_t, mn_localtime),
.opts = PO_ADVANCED,
},
Expand Down

0 comments on commit a5b6910

Please sign in to comment.