3d0552a0dd234253147737e975229095ad93489e lrnassar Mon May 26 08:34:21 2025 -0700 Tweaking the wording to remove filler word, refs #29899 diff --git src/hg/hgHubConnect/hgHubConnect.c src/hg/hgHubConnect/hgHubConnect.c index 250b26792c6..b56fbd2a6f3 100644 --- src/hg/hgHubConnect/hgHubConnect.c +++ src/hg/hgHubConnect/hgHubConnect.c @@ -1453,31 +1453,31 @@ for(; genomeList; genomeList = genomeList->next) { char *desc = genomeList->description; if (desc==NULL) desc = hFreezeFromDb(genomeList->name); char *org = trackHubSkipHubName( genomeList->organism ); if (org==NULL) org = hOrganism(genomeList->name); hPrintf("
Connect another hub to add even more tracks.
"); +hPrintf("Connect another hub to add more tracks.
"); hPrintf("Hubs are created and maintained by external sources. UCSC is not responsible for their content and status.
"); return 1; } static void doResetHub(struct cart *theCart) { char *url = cartOptionalString(cart, hgHubCheckUrl); if (url != NULL) { udcSetCacheTimeout(1); unsigned id = hubResetError(url); tryHubOpen(id);