]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Update dvr_config.c
authorMark Clarkstone <mpmc@users.noreply.github.com>
Fri, 6 Nov 2015 16:26:59 +0000 (16:26 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 10 Nov 2015 08:30:01 +0000 (09:30 +0100)
src/dvr/dvr_config.c

index 12a69a8b15cce436e4720bc001f2920d8a4960d2..b0a0113351dc6aaebd89c286c844a9120fa79391 100644 (file)
@@ -865,7 +865,7 @@ const idclass_t dvr_config_class = {
     {
       .type     = PT_BOOL,
       .id       = "epg-running",
-      .name     = N_("Use EPG running state (accurate recording)"),
+      .name     = N_("Use EPG running state"),
       .off      = offsetof(dvr_config_t, dvr_running),
       .def.u32  = 1,
       .group    = 1,