From: Mark Clarkstone Date: Wed, 27 Jan 2016 08:35:29 +0000 (+0000) Subject: Tooltips: Another small correction. X-Git-Tag: v4.2.1~1109 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f64cb74780f39001f28532463a2eafe8d0bdb83;p=thirdparty%2Ftvheadend.git Tooltips: Another small correction. --- diff --git a/src/dvr/dvr_db.c b/src/dvr/dvr_db.c index 8665881f3..1e1e383f5 100644 --- a/src/dvr/dvr_db.c +++ b/src/dvr/dvr_db.c @@ -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, },