]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
mpegts init scan: rename 'Skip initial scan' to 'Skip startup scan' for comprehence...
authorJaroslav Kysela <perex@perex.cz>
Fri, 26 May 2017 08:36:17 +0000 (10:36 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 26 May 2017 08:46:43 +0000 (10:46 +0200)
src/input/mpegts/mpegts_input.c
src/input/mpegts/mpegts_network.c

index 0501f4c7d51da53b4c1e85417e30744c65b8698f..42b947865889dcad9e4e96fb25aa99ab6ed35c3b 100644 (file)
@@ -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,
index ec0a949d37a70780163c1890bffe6e9d1d19fb23..d929ead28464cddfcc280a96418a13ea522deff3 100644 (file)
@@ -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),