From b3b2ff01e945c85d9232b9d17fb19be5d0b34913 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 12 Oct 2017 12:39:51 +0200 Subject: [PATCH] mpegts service: fix 'Ignore EPG (EIT)' description --- src/input/mpegts/mpegts_service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }, -- 2.47.3