From: Pablo Date: Fri, 23 Nov 2018 15:27:46 +0000 (+0100) Subject: webui debugging tab: typo fix X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdc2ae9e19520a10cdf0bec0fcc0050b32bc75ff;p=thirdparty%2Ftvheadend.git webui debugging tab: typo fix --- 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