d1f0ba05183b4fe97de2f40fefaa49e52ef9365b gperez2 Fri Oct 6 15:56:24 2023 -0700 Making small changes to the wording for the NCBI RefSeq parent link, refs #32263 diff --git src/hg/hgTrackUi/hgTrackUi.c src/hg/hgTrackUi/hgTrackUi.c index b8c42ce..61cc999 100644 --- src/hg/hgTrackUi/hgTrackUi.c +++ src/hg/hgTrackUi/hgTrackUi.c @@ -3324,32 +3324,32 @@ "(All %s%s)", hgTracksName(), cartSessionVarName(), cartSessionId(cart),chromosome, tdb->grp,tdb->grp,grp->label,grp->label, endsWith(grp->label," Tracks")?"":" tracks"); break; } } grpFreeList(&grps); } // incoming links from Google searches can go directly to a composite child trackUi page: tell users // that they're inside a container now and can go back up the hierarchy if (tdbGetComposite(tdb)) { - printf("

This track is a member of the composite container track \"%s\".
", tdb->parent->shortLabel); - printf("Click here to display the container configuration page.", database, chromosome, tdb->parent->track); + printf("

This track is a subtrack of the composite container track \"%s\".
", tdb->parent->shortLabel); + printf("Click here to display the \"%s\" container configuration page.", database, chromosome, tdb->parent->track, tdb->parent->shortLabel); } } puts("

"); if (tdbIsSuperTrackChild(tdb)) showSupertrackInfo(tdb); if (ct && sameString(tdb->type, "maf")) tdb->canPack = TRUE; else if (sameString(tdb->track, WIKI_TRACK_TABLE)) // special case wikiTrack (there's no trackDb entry); fixes redmine 2395 tdb->canPack = TRUE; else if (sameString(tdb->type, "halSnake")) tdb->canPack = TRUE;