Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tooltips: fix desc.
  • Loading branch information
Mark Clarkstone authored and perexg committed Apr 10, 2016
1 parent 15cf0e2 commit 17a5b4c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/dvr/dvr_db.c
Expand Up @@ -2885,8 +2885,7 @@ const idclass_t dvr_entry_class = {
.type = PT_TIME,
.id = "stop",
.name = N_("Stop time"),
.desc = N_("The time the entry stops/stopped being recorded, "
"including any padding."),
.desc = N_("The time the entry stops/stopped being recorded."),
.set = dvr_entry_class_stop_set,
.off = offsetof(dvr_entry_t, de_stop),
},
Expand All @@ -2905,7 +2904,7 @@ const idclass_t dvr_entry_class = {
.type = PT_TIME,
.id = "stop_real",
.name = N_("Scheduled stop time"),
.desc = N_("The scheduled stop time."),
.desc = N_("The scheduled stop time, including any padding."),
.get = dvr_entry_class_stop_real_get,
.opts = PO_RDONLY | PO_NOSAVE,
},
Expand Down

0 comments on commit 17a5b4c

Please sign in to comment.