From: Mark Clarkstone Date: Fri, 6 Nov 2015 15:03:37 +0000 (+0000) Subject: Update channels.c X-Git-Tag: v4.2.1~1604 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0790363543999f038bfa8fd79bc281f8b237cd9b;p=thirdparty%2Ftvheadend.git Update channels.c --- diff --git a/src/channels.c b/src/channels.c index 628d8b320..c61c68669 100644 --- a/src/channels.c +++ b/src/channels.c @@ -355,7 +355,7 @@ const idclass_t channel_class = { { .type = PT_BOOL, .id = "autoname", - .name = N_("Auto name"), + .name = N_("Auto name from network"), .off = offsetof(channel_t, ch_autoname), .set = channel_class_autoname_set, .opts = PO_NOSAVE, @@ -394,7 +394,7 @@ const idclass_t channel_class = { { .type = PT_BOOL, .id = "epgauto", - .name = N_("Auto EPG channel"), + .name = N_("Automatically map to EPG source"), .off = offsetof(channel_t, ch_epgauto), }, { @@ -410,21 +410,21 @@ const idclass_t channel_class = { { .type = PT_INT, .id = "dvr_pre_time", - .name = N_("DVR start padding"), // TODO: better text? + .name = N_("Pre-recording padding"), // TODO: better text? .off = offsetof(channel_t, ch_dvr_extra_time_pre), .opts = PO_ADVANCED }, { .type = PT_INT, .id = "dvr_pst_time", - .name = N_("DVR end padding"), // TODO: better text? + .name = N_("Post-recording padding"), // TODO: better text? .off = offsetof(channel_t, ch_dvr_extra_time_post), .opts = PO_ADVANCED }, { .type = PT_INT, .id = "epg_running", - .name = N_("Use EPG running state (accurate recordings)"), + .name = N_("Use EPG running state"), .off = offsetof(channel_t, ch_epg_running), .list = channel_class_epg_running_list, .opts = PO_ADVANCED