e2512af39b614b00d3f78f3336ed30c2c666003c
max
  Tue Feb 4 03:18:24 2020 -0800
trackUi composite changes suggested by Kate, refs #24664

diff --git src/hg/hgTrackUi/hgTrackUi.c src/hg/hgTrackUi/hgTrackUi.c
index 3016ccf..a4b7829 100644
--- src/hg/hgTrackUi/hgTrackUi.c
+++ src/hg/hgTrackUi/hgTrackUi.c
@@ -3196,33 +3196,34 @@
     printf("<B style='font-size:%d%%;'>%s%s</B>\n", strlen(tdb->longLabel) > 30 ? 133 : 200,
                 tdb->longLabel, tdbIsSuper(tdb) ? " Tracks" : "");
 
     }
 /* Print link for parent track */
 if (!ajax)
     {
     if (tdb->parent)
         {
         char *encodedMapName = cgiEncode(tdb->parent->track);
         printf("&nbsp;&nbsp;<B style='font-size:100%%;'>"
                "(<A HREF=\"%s?%s=%s&c=%s&g=%s\" title='Link to parent track'>"
                "<IMG height=12 src='../images/ab_up.gif'>%s</A>)</B>",
                hgTrackUiName(), cartSessionVarName(), cartSessionId(cart),
                chromosome, encodedMapName, tdb->parent->shortLabel);
-        printf("<p>This track is part of a parent called '%s'. To show other tracks of this parent, "
-               "<A HREF=\"%s?%s=%s&c=%s&g=%s\" title='Link to parent track'>go to the "
-               "%s configuration page</A>.",
+        printf("<p>This track is part of a parent called <i>%s</i>. To show other tracks of this parent, "
+               "please go to the"
+               "<A HREF=\"%s?%s=%s&c=%s&g=%s\" title='Link to parent track'>"
+               "%s</A> configuration page.",
                tdb->parent->shortLabel, hgTrackUiName(), cartSessionVarName(), cartSessionId(cart),
                chromosome, encodedMapName, tdb->parent->shortLabel);
         freeMem(encodedMapName);
         }
     else
         {
         struct grp *grp, *grps = hLoadGrps(database);
         for (grp = grps; grp != NULL; grp = grp->next)
             {
             if (sameString(grp->name,tdb->grp))
                 {
                 printf("&nbsp;&nbsp;<B style='font-size:100%%;'>"
                        "(<A HREF=\"%s?%s=%s&c=%s&hgTracksConfigPage=configure"
                        "&hgtgroup_%s_close=0#%sGroup\" title='%s tracks in track configuration "
                        "page'><IMG height=12 src='../images/ab_up.gif'>All %s%s</A>)</B>",