From: Mark Clarkstone Date: Thu, 26 May 2016 15:07:33 +0000 (+0100) Subject: mdhelp: fix tooltip display issue, extjs doesn't appear to like quotation marks in... X-Git-Tag: v4.2.1~460 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=71de7f2d91a4d087d7e2859a5670045246d46bd6;p=thirdparty%2Ftvheadend.git mdhelp: fix tooltip display issue, extjs doesn't appear to like quotation marks in tooltips! --- diff --git a/src/service.c b/src/service.c index e442b8aa0..905dc2f57 100644 --- a/src/service.c +++ b/src/service.c @@ -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,