src/hg/lib/hui.c 1.291
1.291 2010/05/20 19:54:18 kent
Simplifying wording around transparent overlay in user interface.
Index: src/hg/lib/hui.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/hui.c,v
retrieving revision 1.290
retrieving revision 1.291
diff -b -B -U 4 -r1.290 -r1.291
--- src/hg/lib/hui.c 20 May 2010 03:17:21 -0000 1.290
+++ src/hg/lib/hui.c 20 May 2010 19:54:18 -0000 1.291
@@ -1406,10 +1406,10 @@
static char *aggregateLabels[] =
{
"none",
- "transparent overlay",
- "solid overlay",
+ "transparent",
+ "solid",
};
static char *aggregateValues[] =
{
@@ -4006,9 +4006,9 @@
char *aggregate = trackDbSetting(tdb, "aggregate");
if (aggregate != NULL && tdb->subtracks)
{
char *aggregateVal = cartOrTdbString(cart, tdb, "aggregate", NULL);
- printf("<TR valign=center><th align=right>Aggregation method:</th><td align=left>");
+ printf("<TR valign=center><th align=right>Overlay method:</th><td align=left>");
safef(option, sizeof(option), "%s.%s", name, AGGREGATE);
aggregateDropDown(option, aggregateVal);
puts("</td></TR>");
}