From a860d51f923cd977c2ca86483ddb8b0b2ea32bae Mon Sep 17 00:00:00 2001 From: Mark Clarkstone Date: Fri, 6 Nov 2015 15:42:03 +0000 Subject: [PATCH] Update dvr_timerec.c --- src/dvr/dvr_timerec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dvr/dvr_timerec.c b/src/dvr/dvr_timerec.c index 8d998d0e4..b6626faf8 100644 --- a/src/dvr/dvr_timerec.c +++ b/src/dvr/dvr_timerec.c @@ -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, @@ -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), }, { -- 2.47.3