]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
mpegts service: fix 'Ignore EPG (EIT)' description
authorJaroslav Kysela <perex@perex.cz>
Thu, 12 Oct 2017 10:39:51 +0000 (12:39 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 12 Oct 2017 10:39:51 +0000 (12:39 +0200)
src/input/mpegts/mpegts_service.c

index 440c1a42c3b2142ed6b234b59f732ae6be684dfe..acd0334b0c109408f57dfc60d09d3914c6be89a1 100644 (file)
@@ -193,7 +193,7 @@ const idclass_t mpegts_service_class =
       .id       = "dvb_ignore_eit",
       .name     = N_("Ignore EPG (EIT)"),
       .desc     = N_("Enable or disable ignoring of Event Information "
-                     "Table (EIT) data on this mux."),
+                     "Table (EIT) data for this service."),
       .off      = offsetof(mpegts_service_t, s_dvb_ignore_eit),
       .opts     = PO_EXPERT,
     },