]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix description of RTP/AVP/TCP Mode
authorFlole998 <Flole998@users.noreply.github.com>
Sun, 10 Feb 2019 21:07:21 +0000 (22:07 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 14 Feb 2019 16:02:01 +0000 (17:02 +0100)
src/input/mpegts/satip/satip.c

index 13bdffd5b1868bfc129960e23b5ec54b9d0f6445..9733565c7bd9116008f755da8dbebf9dd09c902e 100644 (file)
@@ -261,8 +261,8 @@ const idclass_t satip_device_class =
       .id       = "tcp_mode",
       .name     = N_("RTP/AVP/TCP transport supported"),
       .desc     = N_("The server suports the Interlaved TCP transfer mode "
-                     "(embedded data in the RTSP session). And this option "
-                     "enables this mode in all tuners by default."),
+                     "(embedded data in the RTSP session). Selecting this "
+                     "option enables this mode in all tuners by default."),
       .opts     = PO_ADVANCED,
       .off      = offsetof(satip_device_t, sd_tcp_mode),
     },