]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
tooltips: fix desc.
authorMark Clarkstone <hello@markclarkstone.co.uk>
Sat, 9 Apr 2016 22:33:09 +0000 (23:33 +0100)
committerJaroslav Kysela <perex@perex.cz>
Sun, 10 Apr 2016 20:07:48 +0000 (22:07 +0200)
src/dvr/dvr_db.c

index 1991116a724a9ea4855991af03908412322a0225..9f34e93dd3a85b8d90907e5173de420aef30d858 100644 (file)
@@ -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),
     },
@@ -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,
     },