]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
DVR: fix typo
authorJaroslav Kysela <perex@perex.cz>
Thu, 22 Oct 2015 19:20:46 +0000 (21:20 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 22 Oct 2015 19:20:46 +0000 (21:20 +0200)
src/dvr/dvr_db.c

index 0ee6cc4ed4ab1832718be9969b2dba1731f49441..ff2dc074a9add1d5d21fadf007296db480adb254 100644 (file)
@@ -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,
     },