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 b1756c3 commit 5af74b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dvr/dvr_config.c
Expand Up @@ -818,7 +818,7 @@ const idclass_t dvr_config_class = {
{
.type = PT_U32,
.id = "removal-days",
.name = N_("DVR file removal period (days)"),
.name = N_("DVR file retention period (days)"),
.off = offsetof(dvr_config_t, dvr_removal_days),
.group = 1,
},
Expand Down

0 comments on commit 5af74b1

Please sign in to comment.