From bdc2ae9e19520a10cdf0bec0fcc0050b32bc75ff Mon Sep 17 00:00:00 2001 From: Pablo Date: Fri, 23 Nov 2018 16:27:46 +0100 Subject: [PATCH] webui debugging tab: typo fix --- src/tvhlog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tvhlog.c b/src/tvhlog.c index 5adf3b06b..80b2a3111 100644 --- a/src/tvhlog.c +++ b/src/tvhlog.c @@ -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 -- 2.47.3