Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tooltips: Another small correction.
  • Loading branch information
Mark Clarkstone authored and perexg committed Jan 27, 2016
1 parent fd9729c commit 0f64cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dvr/dvr_db.c
Expand Up @@ -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,
},
Expand Down

0 comments on commit 0f64cb7

Please sign in to comment.