src/hg/lib/hui.c 1.293

1.293 2010/05/21 17:42:49 tdreszer
Changed 'Filter by' to 'Filter items by:' in preparation for distinguishing filterBy from filterComposite
Index: src/hg/lib/hui.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/hui.c,v
retrieving revision 1.292
retrieving revision 1.293
diff -b -B -U 4 -r1.292 -r1.293
--- src/hg/lib/hui.c	20 May 2010 22:24:28 -0000	1.292
+++ src/hg/lib/hui.c	21 May 2010 17:42:49 -0000	1.293
@@ -3250,9 +3250,9 @@
 int count = slCount(filterBySet);
 if(count == 1)
     puts("<BR><TABLE cellpadding=3><TR valign='top'>");
 else
-    printf("<BR><B>Filter by</B> (select multiple categories and items - %s)<TABLE cellpadding=3><TR valign='top'>\n",FILTERBY_HELP_LINK);
+    printf("<BR><B>Filter items by:</B> (select multiple categories and items - %s)<TABLE cellpadding=3><TR valign='top'>\n",FILTERBY_HELP_LINK);
 filterBy_t *filterBy = NULL;
 #ifdef FILTER_COMPOSITE
 #define FILTER_BY_PLUGIN
 #endif///def FILTER_COMPOSITE