55afd4142aa1ff4073e1794f58dbbcf06d7e5c67 gperez2 Mon Jun 17 12:22:40 2024 -0700 Switching more hgTables buttons/labels to sentence case, refs #25787 diff --git src/hg/hgTables/intersect.c src/hg/hgTables/intersect.c index 5d0c9a5..2c425a2 100644 --- src/hg/hgTables/intersect.c +++ src/hg/hgTables/intersect.c @@ -268,33 +268,33 @@ } else { /* keep javaScript onClick happy */ jsTrackingVar("op", op); jsInline ( "var invertTable=0;\n" "var invertTable2=0;\n" ); hPrintf("(data track %s is not composed of gene records. Specialized intersection operations are not available.)

\n", name); } -cgiMakeButton(hgtaDoIntersectSubmit, "submit"); +cgiMakeButton(hgtaDoIntersectSubmit, "Submit"); hPrintf(" "); -cgiMakeButton(hgtaDoMainPage, "cancel"); +cgiMakeButton(hgtaDoMainPage, "Cancel"); hPrintf("\n"); /* Hidden form - for benefit of javascript. */ { static char *saveVars[32]; int varCount = ArraySize(nextVars); memcpy(saveVars, nextVars, varCount * sizeof(saveVars[0])); saveVars[varCount] = hgtaDoIntersectMore; jsCreateHiddenForm(cart, getScriptName(), saveVars, varCount+1); } htmlClose(); } void removeCartVars(struct cart *cart, char **vars, int varCount)