2ffd80d6d7c2def79d2f8f6ef620d219c4130826
larrym
  Fri Dec 17 13:56:52 2010 -0800
change Get DNA wording (see redmin 1333)
diff --git src/hg/hgc/hgc.c src/hg/hgc/hgc.c
index e35657e..0832cf5 100644
--- src/hg/hgc/hgc.c
+++ src/hg/hgc/hgc.c
@@ -3811,34 +3811,35 @@
 cgiMakeHiddenVar("table", tbl);
 cgiContinueHiddenVar("i");
 cgiContinueHiddenVar("o");
 cgiContinueHiddenVar("t");
 cgiContinueHiddenVar("l");
 cgiContinueHiddenVar("r");
 puts("Position ");
 savePosInTextBox(seqName, winStart+1, winEnd);
 
 /* bypass message about Table Browser for GSID server, since we haven't offered TB for GSID */
 if (!hIsGsidServer())
     {
     if (tbl[0] == 0)
     	{
     	puts("<P>"
-	     "Note: if you would prefer to get DNA for features of a particular "
-	     "track or table, try the ");
+             "Note: This page retrieves genomic DNA for a single region. "
+             "If you would prefer to get DNA for many items in a particular track, "
+             "or get DNA with formatting options based on gene structure (introns, exons, UTRs, etc.), try using the ");
     	printf("<A HREF=\"%s\" TARGET=_blank>", hgTablesUrl(TRUE, NULL));
-    	puts("Table Browser</A> using the output format sequence.");
+    	puts("Table Browser</A> with the \"sequence\" output format.");
     	}
     else
     	{
     	puts("<P>"
 	     "Note: if you would prefer to get DNA for more than one feature of "
 	     "this track at a time, try the ");
     	printf("<A HREF=\"%s\" TARGET=_blank>", hgTablesUrl(FALSE, tbl));
     	puts("Table Browser</A> using the output format sequence.");
     	}
     }
 
 hgSeqOptionsHtiCart(hti,cart);
 puts("<P>");
 cgiMakeButton("submit", "get DNA");
 if (dbIsFound)