From: Flole998 Date: Sun, 10 Feb 2019 21:07:21 +0000 (+0100) Subject: Fix description of RTP/AVP/TCP Mode X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=363e0eb6e82f3f46ffa6d3ec13899539993f409b;p=thirdparty%2Ftvheadend.git Fix description of RTP/AVP/TCP Mode --- diff --git a/src/input/mpegts/satip/satip.c b/src/input/mpegts/satip/satip.c index 13bdffd5b..9733565c7 100644 --- a/src/input/mpegts/satip/satip.c +++ b/src/input/mpegts/satip/satip.c @@ -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), },