Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
DVR config: fix 'Skip commercials' tooltip
  • Loading branch information
perexg committed May 18, 2016
1 parent f4b4341 commit 4de83ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/dvr/dvr_config.c
Expand Up @@ -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,
Expand Down

0 comments on commit 4de83ec

Please sign in to comment.