Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update dvr_db.c
  • Loading branch information
mpmc authored and perexg committed Nov 10, 2015
1 parent a085b08 commit 07d00fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/dvr/dvr_db.c
Expand Up @@ -2586,7 +2586,7 @@ const idclass_t dvr_entry_class = {
{
.type = PT_TIME,
.id = "start_extra",
.name = N_("Extra start time"),
.name = N_("Pre-recording padding"),
.off = offsetof(dvr_entry_t, de_start_extra),
.set = dvr_entry_class_start_extra_set,
.list = dvr_entry_class_extra_list,
Expand All @@ -2610,7 +2610,7 @@ const idclass_t dvr_entry_class = {
{
.type = PT_TIME,
.id = "stop_extra",
.name = N_("Extra stop time"),
.name = N_("Post-recording padding"),
.off = offsetof(dvr_entry_t, de_stop_extra),
.list = dvr_entry_class_extra_list,
.opts = PO_SORTKEY,
Expand Down Expand Up @@ -2712,7 +2712,7 @@ const idclass_t dvr_entry_class = {
{
.type = PT_U32,
.id = "retention",
.name = N_("DVR Log retention (days)"),
.name = N_("DVR log retention (days)"),
.off = offsetof(dvr_entry_t, de_retention),
.set = dvr_entry_class_retention_set,
.opts = PO_HIDDEN
Expand Down

0 comments on commit 07d00fc

Please sign in to comment.