Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mdhelp: fix tooltip display issue, extjs doesn't appear to like quota…
…tion marks in tooltips!
  • Loading branch information
Mark Clarkstone authored and perexg committed May 27, 2016
1 parent 0cd00c5 commit 71de7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service.c
Expand Up @@ -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,
Expand Down

0 comments on commit 71de7f2

Please sign in to comment.