From: Jaroslav Kysela Date: Wed, 18 May 2016 14:31:00 +0000 (+0200) Subject: DVR config: fix 'Skip commercials' tooltip X-Git-Tag: v4.2.1~495 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4de83ec28698e6bf7482c40ef2fcdc0997b75050;p=thirdparty%2Ftvheadend.git DVR config: fix 'Skip commercials' tooltip --- diff --git a/src/dvr/dvr_config.c b/src/dvr/dvr_config.c index ffdd5973a..7fbe2fb8a 100644 --- a/src/dvr/dvr_config.c +++ b/src/dvr/dvr_config.c @@ -1121,8 +1121,9 @@ const idclass_t dvr_config_class = { .id = "skip-commercials", .name = N_("Skip commercials"), .desc = N_("Commercials will be dropped from the " - "recordings. At the moment, commercial detection " - "only works for the Swedish channel TV4."), + "recordings. Commercial detection works using EITp/f " + "(EPG running state) and for the Swedish channel TV4 " + "(using teletext info)."), .off = offsetof(dvr_config_t, dvr_skip_commercials), .opts = PO_ADVANCED, .def.i = 1,