From: Jaroslav Kysela Date: Thu, 12 Oct 2017 10:39:51 +0000 (+0200) Subject: mpegts service: fix 'Ignore EPG (EIT)' description X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b3b2ff01e945c85d9232b9d17fb19be5d0b34913;p=thirdparty%2Ftvheadend.git mpegts service: fix 'Ignore EPG (EIT)' description --- diff --git a/src/input/mpegts/mpegts_service.c b/src/input/mpegts/mpegts_service.c index 440c1a42c..acd0334b0 100644 --- a/src/input/mpegts/mpegts_service.c +++ b/src/input/mpegts/mpegts_service.c @@ -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, },