src/hg/hgc/hgc.c 1.1626

1.1626 2010/05/18 17:52:41 ann
bolded statement about track needing to be in non-hide mode in order to see it in this grid.
Index: src/hg/hgc/hgc.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgc/hgc.c,v
retrieving revision 1.1625
retrieving revision 1.1626
diff -b -B -U 4 -r1.1625 -r1.1626
--- src/hg/hgc/hgc.c	18 May 2010 00:04:40 -0000	1.1625
+++ src/hg/hgc/hgc.c	18 May 2010 17:52:41 -0000	1.1626
@@ -3947,10 +3947,10 @@
 puts(
      "Use this page to highlight features in genomic DNA text. "
      "DNA covered by a particular track can be highlighted by "
      "case, underline, bold, italic, or color.  See below for "
-     "details about color, and for examples. Tracks in "hide" "
-     "display mode are not shown in the grid below. <P>");
+     "details about color, and for examples. <B>Tracks in "
+     "&quot;hide&quot; display mode are not shown in the grid below.</B> <P>");
 
 if (cgiBooleanDefined("hgSeq.revComp"))
     {
     isRc = revComp;