Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mpegts network: cosmetic # Channels - # Mapped Channels
  • Loading branch information
perexg committed Nov 8, 2014
1 parent 4a9eee8 commit af2979d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/mpegts_network.c
Expand Up @@ -202,7 +202,7 @@ const idclass_t mpegts_network_class =
{
.type = PT_INT,
.id = "num_chn",
.name = "# Channels",
.name = "# Mapped Channels",
.opts = PO_RDONLY | PO_NOSAVE,
.get = mpegts_network_class_get_num_chn,
},
Expand Down

0 comments on commit af2979d

Please sign in to comment.