From: Jaroslav Kysela Date: Fri, 26 May 2017 08:36:17 +0000 (+0200) Subject: mpegts init scan: rename 'Skip initial scan' to 'Skip startup scan' for comprehence... X-Git-Tag: v4.2.3~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac46c82ad35543699fa43b488f5a48685edd7fe6;p=thirdparty%2Ftvheadend.git mpegts init scan: rename 'Skip initial scan' to 'Skip startup scan' for comprehence, fixes #4386 --- diff --git a/src/input/mpegts/mpegts_input.c b/src/input/mpegts/mpegts_input.c index 0501f4c7d..42b947865 100644 --- a/src/input/mpegts/mpegts_input.c +++ b/src/input/mpegts/mpegts_input.c @@ -296,8 +296,11 @@ const idclass_t mpegts_input_class = .id = "initscan", .name = N_("Initial scan"), .desc = N_("Allow the initial scan tuning on this device " - "(scan when Tvheadend starts). See 'Skip Initial " - "Scan' in the network settings for further details."), + "(scan when Tvheadend starts or when a new multiplex " + "is added automatically). At least one tuner or input " + "should have this settings turned on. " + "See also 'Skip Startup Scan' in the network settings " + "for further details."), .off = offsetof(mpegts_input_t, mi_initscan), .def.i = 1, .opts = PO_ADVANCED, diff --git a/src/input/mpegts/mpegts_network.c b/src/input/mpegts/mpegts_network.c index ec0a949d3..d929ead28 100644 --- a/src/input/mpegts/mpegts_network.c +++ b/src/input/mpegts/mpegts_network.c @@ -192,9 +192,9 @@ const idclass_t mpegts_network_class = { .type = PT_BOOL, .id = "skipinitscan", - .name = N_("Skip initial scan"), + .name = N_("Skip startup scan"), .desc = N_("Skip scanning known muxes when Tvheadend starts. " - "If \"initial scan\" is allowed and new muxes are " + "If \"startup scan\" is allowed and new muxes are " "found then they will still be scanned. See Help for " "more details."), .off = offsetof(mpegts_network_t, mn_skipinitscan),