9186c15afa383546b6f55835583656ba47866597 braney Fri Jun 6 10:05:13 2014 -0700 tweak label in hgHubConnect diff --git src/hg/hgHubConnect/hgHubConnect.c src/hg/hgHubConnect/hgHubConnect.c index 2c408bf..e546774 100644 --- src/hg/hgHubConnect/hgHubConnect.c +++ src/hg/hgHubConnect/hgHubConnect.c @@ -313,31 +313,31 @@ { puts("Enter search terms to find in public track hub description pages:
" " \n" "\n"); puts("

\n"); } // if we have search terms, put out the line telling the user so if (haveTrixFile && !isEmpty(hubSearchTerms)) { - printf("List restricted by search terms : %s\n", hubSearchTerms); + printf("Displayed list restricted by search terms: %s\n", hubSearchTerms); puts("\n"); puts("

\n"); strLower(cleanSearchTerms); urlSearchHash = getUrlSearchHash(trixFile, cleanSearchTerms); } puts("Clicking Connect redirects to the gateway page of the selected hub's default assembly.
"); // make sure all the public hubs are in the hubStatus table. addPublicHubsToHubStatus(conn, publicTable, statusTable);