f516acf553f53f6ee8a5385eeef796df92e621c2
max
Thu Sep 10 08:38:05 2015 -0700
fixing typo, refs #15113
diff --git src/hg/hgTracks/hgTracks.c src/hg/hgTracks/hgTracks.c
index 2543249..627f09b 100644
--- src/hg/hgTracks/hgTracks.c
+++ src/hg/hgTracks/hgTracks.c
@@ -5869,31 +5869,31 @@
hPrintf("
\n");
hPrintf("
\n");
hPrintf("| left 10% | ctrl+j | track search | t then s |
\n"); // percent sign
hPrintf("| left 1/2 screen | j | default tracks | d then t |
\n");
hPrintf("| left one screen | J | default order | d then o |
\n");
hPrintf("| right 10% | ctrl+l | hide all | h then a |
\n"); // percent sign
hPrintf("| right 1/2 screen | l | custom tracks | c then t |
\n");
hPrintf("| right one screen | L | track hubs | t then h |
\n");
hPrintf("| zoom in 1.5x | ctrl+i | configure | c then f |
\n");
hPrintf("| zoom in 3x | i | reverse | r then v |
\n");
hPrintf("| zoom in 10x | I | resize | r then s |
\n");
hPrintf("| zoom in base level | b | refresh | r then f |
\n");
hPrintf("| zoom out 1.5x | ctrl+k | jump to position box | / |
\n");
hPrintf("| zoom out 3x | k | ");
if (gotExtTools)
- hPrintf("Sent to external tool | s then t | ");
+ hPrintf("Send to external tool | s then t | ");
hPrintf("
\n");
hPrintf("| zoom out 10x | K |
\n");
hPrintf("| zoom out 100x | 0 |
\n");
hPrintf("
\n");
hPrintf("

");
hPrintf("
\n");
}
void doMiddle(struct cart *theCart)
/* Print the body of an html file. */
{
cart = theCart;
measureTiming = hPrintStatus() && isNotEmpty(cartOptionalString(cart, "measureTiming"));
if (measureTiming)
measureTime("Startup");