b591cd270410e8f3eaa03135b39d0bbf14d1297b gperez2 Sun Jun 30 18:10:59 2024 -0700 Switching hgTracks 'disconnect' hub button to sentence case, #25787 diff --git src/hg/hgTracks/hgTracks.c src/hg/hgTracks/hgTracks.c index 7394ea9..3516b21 100644 --- src/hg/hgTracks/hgTracks.c +++ src/hg/hgTracks/hgTracks.c @@ -9509,31 +9509,31 @@ // visibility: hidden means that the element takes up space so the center alignment is not disturbed. if (hub != NULL) { if (hub->descriptionUrl == NULL) hPrintf("<span title='The track hub authors have not provided a descriptionUrl with background " "information about this track hub' href='../goldenPath/help/hgTrackHubHelp.html#hub.txt' " "style='color:#FFF; font-size: 13px;' target=_blank>No Info</a> "); else hPrintf("<a title='Documentation about this track hub, provided by the track hub authors (not UCSC)' href='%s' " "style='color:#FFF; font-size: 13px;' target=_blank>Info</a> ", hub->descriptionUrl); } safef(idText, sizeof idText, "%s_%d_disconn", hubName, disconCount); disconCount++; hPrintf("<input name=\"hubDisconnectButton\" id='%s'" - " type=\"button\" value=\"disconnect\">\n", idText); + " type=\"button\" value=\"Disconnect\">\n", idText); jsOnEventByIdF("click", idText, "document.disconnectHubForm.elements['hubId'].value='%s';" "document.disconnectHubForm.submit();return true;", hubName + strlen(hubTrackPrefix)); } hPrintf("<input type='submit' name='hgt.refresh' value='Refresh' " "title='Update image with your changes'>\n"); hPrintf("</td></tr></table></th>\n"); controlGridEndRow(cg); /* Base Position track goes into map group, which will always exist. */ if (!showedRuler && sameString(group->name, "map") ) { char *url = trackUrl(RULER_TRACK_NAME, chromName);