From: Mark Clarkstone Date: Sun, 6 Dec 2015 15:04:41 +0000 (+0000) Subject: Some small corrections to descriptions. X-Git-Tag: v4.2.1~1352 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d9703ae1a4b426bb353891d0dd3ca6199e752ec5;p=thirdparty%2Ftvheadend.git Some small corrections to descriptions. --- diff --git a/src/input/mpegts/mpegts_mux.c b/src/input/mpegts/mpegts_mux.c index c4cd21c59..e28117c25 100644 --- a/src/input/mpegts/mpegts_mux.c +++ b/src/input/mpegts/mpegts_mux.c @@ -539,7 +539,7 @@ 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, }, @@ -547,7 +547,7 @@ const idclass_t mpegts_mux_class = .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), },