]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Some small corrections to descriptions.
authorMark Clarkstone <hello@markclarkstone.co.uk>
Sun, 6 Dec 2015 15:04:41 +0000 (15:04 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 7 Dec 2015 08:14:37 +0000 (09:14 +0100)
src/input/mpegts/mpegts_mux.c

index c4cd21c59eb3bc663c2963d792f7936db7f527f6..e28117c25f324baa69c563dcb581d1095ff46cc2 100644 (file)
@@ -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),
     },