Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update dvr_timerec.c
  • Loading branch information
mpmc authored and perexg committed Nov 10, 2015
1 parent 07d00fc commit a860d51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dvr/dvr_timerec.c
Expand Up @@ -524,7 +524,7 @@ dvr_timerec_entry_class_owner_opts(void *o)

const idclass_t dvr_timerec_entry_class = {
.ic_class = "dvrtimerec",
.ic_caption = N_("DVR Time record entry"),
.ic_caption = N_("DVR time record entry"),
.ic_event = "dvrtimerec",
.ic_save = dvr_timerec_entry_class_save,
.ic_get_title = dvr_timerec_entry_class_get_title,
Expand Down Expand Up @@ -608,7 +608,7 @@ const idclass_t dvr_timerec_entry_class = {
{
.type = PT_U32,
.id = "retention",
.name = N_("DVR Log retention (days)"),
.name = N_("DVR log retention (days)"),
.off = offsetof(dvr_timerec_entry_t, dte_retention),
},
{
Expand Down

0 comments on commit a860d51

Please sign in to comment.