Author: apico
Date: 2012-09-19 20:32:55 -0700 (Wed, 19 Sep 2012)
New Revision: 30418

Modified:
   
core3/impl/trunk/filter-impl/src/main/java/org/cytoscape/filter/internal/quickfind/view/QuickFindConfigDialog.java
Log:
#1466

Modified: 
core3/impl/trunk/filter-impl/src/main/java/org/cytoscape/filter/internal/quickfind/view/QuickFindConfigDialog.java
===================================================================
--- 
core3/impl/trunk/filter-impl/src/main/java/org/cytoscape/filter/internal/quickfind/view/QuickFindConfigDialog.java
  2012-09-20 03:32:11 UTC (rev 30417)
+++ 
core3/impl/trunk/filter-impl/src/main/java/org/cytoscape/filter/internal/quickfind/view/QuickFindConfigDialog.java
  2012-09-20 03:32:55 UTC (rev 30418)
@@ -341,9 +341,9 @@
                        description = "Each node and edge in Cytoscape is 
assigned a "
                                      + "unique identifier.  This is an 
alphanumeric value.";
                } else if (attributeKey.equals(QuickFind.INDEX_ALL_ATTRIBUTES)) 
{
-                       description = "Index all attributes.  Use this option 
for the "
+                       description = "Index all columns.  Use this option for 
the "
                                      + "widest search scope possible.  Note 
that indexing "
-                                     + "all attributes on very large networks 
may take a few " + "seconds.";
+                                     + "all columns on very large networks may 
take a few " + "seconds.";
                } else {
 //                     description = 
attributes.getAttributeDescription(attributeKey);
                        description = null;

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to