Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update iptv.c
  • Loading branch information
mpmc authored and perexg committed Nov 10, 2015
1 parent db590be commit e1e65bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/input/mpegts/iptv/iptv.c
Expand Up @@ -582,7 +582,7 @@ const idclass_t iptv_network_class = {
{
.type = PT_BOOL,
.id = "scan_create",
.name = N_("Scan after create"),
.name = N_("Scan after creation"),
.off = offsetof(iptv_network_t, in_scan_create),
.def.i = 1,
.opts = PO_ADVANCED
Expand Down Expand Up @@ -614,7 +614,7 @@ const idclass_t iptv_network_class = {
{
.type = PT_U32,
.id = "max_streams",
.name = N_("Maximum input streams"),
.name = N_("Maximum # input streams"),
.off = offsetof(iptv_network_t, in_max_streams),
.def.i = 0,
},
Expand Down

0 comments on commit e1e65bc

Please sign in to comment.