]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Tooltips: Another small correction.
authorMark Clarkstone <hello@markclarkstone.co.uk>
Wed, 27 Jan 2016 08:35:29 +0000 (08:35 +0000)
committerJaroslav Kysela <perex@perex.cz>
Wed, 27 Jan 2016 13:32:10 +0000 (14:32 +0100)
src/dvr/dvr_db.c

index 8665881f3e620d5e388b23a762a71643d37f1a69..1e1e383f597dadd0e982e125e3409b62c5254a40 100644 (file)
@@ -3198,7 +3198,7 @@ const idclass_t dvr_entry_class = {
       .type     = PT_TIME,
       .id       = "duplicate",
       .name     = N_("Rerun of"),
-      .desc     = N_("Name of program the entry is a rerun of."),
+      .desc     = N_("Name (or date) of program the entry is a rerun of."),
       .get      = dvr_entry_class_duplicate_get,
       .opts     = PO_RDONLY | PO_NOSAVE | PO_ADVANCED,
     },