]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
DVR config: fix 'Skip commercials' tooltip
authorJaroslav Kysela <perex@perex.cz>
Wed, 18 May 2016 14:31:00 +0000 (16:31 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 18 May 2016 14:31:00 +0000 (16:31 +0200)
src/dvr/dvr_config.c

index ffdd5973a899ab3d83699a3b69d7228d0cffb0f9..7fbe2fb8a7cc7a79a1a2fc62af298410fe0c7f42 100644 (file)
@@ -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,