]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
webui debugging tab: typo fix
authorPablo <trujulu@gmail.com>
Fri, 23 Nov 2018 15:27:46 +0000 (16:27 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 23 Nov 2018 15:49:39 +0000 (16:49 +0100)
src/tvhlog.c

index 5adf3b06b9c67ff7a31b7b9c1ca27a5c6c858595..80b2a3111e6468017e40807417b97f6887bb963d 100644 (file)
@@ -780,7 +780,7 @@ const idclass_t tvhlog_conf_class = {
       .name   = N_("Debug subsystems"),
       .desc   = N_("Enter comma-separated list of subsystems you want "
                    "debugging output for (e.g. "
-                   "linuxdvb,subscriptions,mpegts)."),
+                   "linuxdvb,subscription,mpegts)."),
       .get    = tvhlog_class_debugsubs_get,
       .set    = tvhlog_class_debugsubs_set,
       .opts   = PO_MULTILINE,
@@ -791,7 +791,7 @@ const idclass_t tvhlog_conf_class = {
       .id     = "tracesubs",
       .name   = N_("Trace subsystems"),
       .desc   = N_("Enter comma-separated list of subsystems you want "
-                   "to get traces for (e.g linuxdvb,subscriptions,mpegts)."),
+                   "to get traces for (e.g linuxdvb,subscription,mpegts)."),
       .get    = tvhlog_class_tracesubs_get,
       .set    = tvhlog_class_tracesubs_set,
 #if !ENABLE_TRACE