From: Jaroslav Kysela Date: Thu, 22 Oct 2015 19:20:46 +0000 (+0200) Subject: DVR: fix typo X-Git-Tag: v4.2.1~1804 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da0a5086aea42d9fd4fd9f2f7dda8437b01b2eef;p=thirdparty%2Ftvheadend.git DVR: fix typo --- diff --git a/src/dvr/dvr_db.c b/src/dvr/dvr_db.c index 0ee6cc4ed..ff2dc074a 100644 --- a/src/dvr/dvr_db.c +++ b/src/dvr/dvr_db.c @@ -2595,7 +2595,7 @@ const idclass_t dvr_entry_class = { { .type = PT_STR, .id = "autorec_caption", - .name = N_("Auto Recorrd Caption"), + .name = N_("Auto Record Caption"), .get = dvr_entry_class_autorec_caption_get, .opts = PO_RDONLY | PO_NOSAVE | PO_HIDDEN, },