Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update dvr_config.c
  • Loading branch information
mpmc authored and perexg committed Nov 10, 2015
1 parent a6ab95a commit 722a0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dvr/dvr_config.c
Expand Up @@ -865,7 +865,7 @@ const idclass_t dvr_config_class = {
{
.type = PT_BOOL,
.id = "epg-running",
.name = N_("Use EPG running state (accurate recording)"),
.name = N_("Use EPG running state"),
.off = offsetof(dvr_config_t, dvr_running),
.def.u32 = 1,
.group = 1,
Expand Down

0 comments on commit 722a0e8

Please sign in to comment.