Author: apico
Date: 2012-09-19 20:23:02 -0700 (Wed, 19 Sep 2012)
New Revision: 30411

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

Modified: 
core3/impl/trunk/webservice-ncbi-client-impl/src/main/java/org/cytoscape/webservice/ncbi/ui/AttributeImportPanel.java
===================================================================
--- 
core3/impl/trunk/webservice-ncbi-client-impl/src/main/java/org/cytoscape/webservice/ncbi/ui/AttributeImportPanel.java
       2012-09-20 03:21:49 UTC (rev 30410)
+++ 
core3/impl/trunk/webservice-ncbi-client-impl/src/main/java/org/cytoscape/webservice/ncbi/ui/AttributeImportPanel.java
       2012-09-20 03:23:02 UTC (rev 30411)
@@ -80,11 +80,11 @@
        public static final String CLOSE_EVENT = "CLOSE";
 
        // Default title of this panel.
-       private static final String DEF_TITLE = "Attribute Import Utility";
+       private static final String DEF_TITLE = "Table Import Utility";
 
        // 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";
        private static final String ATTR_PANEL_TITLE = "Available Annotations";
 
        // Swing components. Maybe accessed from child classes.
@@ -191,7 +191,7 @@
                attributePanel.setBackground(new java.awt.Color(255, 255, 255));
                attributePanel.setBorder(javax.swing.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