Author: apico
Date: 2012-09-19 20:21:49 -0700 (Wed, 19 Sep 2012)
New Revision: 30410

Modified:
   
core3/impl/trunk/webservice-biomart-client-impl/src/main/java/org/cytoscape/io/webservice/biomart/ui/AttributeImportPanel.java
Log:
#1466

Modified: 
core3/impl/trunk/webservice-biomart-client-impl/src/main/java/org/cytoscape/io/webservice/biomart/ui/AttributeImportPanel.java
===================================================================
--- 
core3/impl/trunk/webservice-biomart-client-impl/src/main/java/org/cytoscape/io/webservice/biomart/ui/AttributeImportPanel.java
      2012-09-20 03:20:53 UTC (rev 30409)
+++ 
core3/impl/trunk/webservice-biomart-client-impl/src/main/java/org/cytoscape/io/webservice/biomart/ui/AttributeImportPanel.java
      2012-09-20 03:21:49 UTC (rev 30410)
@@ -83,7 +83,7 @@
 
        // Labels for the sub-panels.
        private static final String DATASOURCE = "Data Source";
-       private static final String KEY_ATTR = "Key Attribute in Cytoscape";
+       private static final String KEY_ATTR = "Key Column in Cytoscape";
 
        // Swing components. Maybe accessed from child classes.
        protected JComboBox columnNameComboBox;
@@ -183,7 +183,7 @@
 
                attributePanel.setBackground(new java.awt.Color(255, 255, 255));
                
attributePanel.setBorder(BorderFactory.createTitledBorder(KEY_ATTR));
-               attributeLabel.setText("Attribute:");
+               attributeLabel.setText("Column:");
 
                attributeTypeLabel.setText("Data Type:");
 

-- 
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