]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
mdhelp: fix tooltip display issue, extjs doesn't appear to like quotation marks in...
authorMark Clarkstone <hello@markclarkstone.co.uk>
Thu, 26 May 2016 15:07:33 +0000 (16:07 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 27 May 2016 16:14:29 +0000 (18:14 +0200)
src/service.c

index e442b8aa0d9f4f61ae4270604eb94c9fac0515d6..905dc2f5778e5a5dbd1e999c29ad72542a0c22bd 100644 (file)
@@ -184,7 +184,7 @@ const idclass_t service_class = {
       .name     = N_("Automatic checking"),
       .desc     = N_("Check for the services' presence. If the service is no "
                      "longer broadcast this field will change to "
-                     "\"Missing In PAT/SDT\"."),
+                     "Missing In PAT/SDT."),
       .list     = service_class_auto_list,
       .off      = offsetof(service_t, s_auto),
       .opts     = PO_ADVANCED | PO_DOC_NLIST,