Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Some small corrections to descriptions.
  • Loading branch information
Mark Clarkstone authored and perexg committed Dec 7, 2015
1 parent aed2e14 commit d9703ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/input/mpegts/mpegts_mux.c
Expand Up @@ -539,15 +539,15 @@ const idclass_t mpegts_mux_class =
.type = PT_STR,
.id = "pnetwork_name",
.name = N_("Provider network name"),
.desc = N_("The providers network name."),
.desc = N_("The provider's network name."),
.off = offsetof(mpegts_mux_t, mm_provider_network_name),
.opts = PO_RDONLY | PO_HIDDEN | PO_EXPERT,
},
{
.type = PT_U16,
.id = "onid",
.name = N_("Original network ID"),
.desc = N_("The providers network ID."),
.desc = N_("The provider's network ID."),
.opts = PO_RDONLY | PO_ADVANCED,
.off = offsetof(mpegts_mux_t, mm_onid),
},
Expand Down

0 comments on commit d9703ae

Please sign in to comment.