Author: apico
Date: 2012-09-19 20:17:22 -0700 (Wed, 19 Sep 2012)
New Revision: 30405

Modified:
   
core3/impl/trunk/table-import-impl/src/main/java/org/cytoscape/tableimport/internal/ui/AttributeTypeDialog.java
Log:
#1466

Modified: 
core3/impl/trunk/table-import-impl/src/main/java/org/cytoscape/tableimport/internal/ui/AttributeTypeDialog.java
===================================================================
--- 
core3/impl/trunk/table-import-impl/src/main/java/org/cytoscape/tableimport/internal/ui/AttributeTypeDialog.java
     2012-09-20 03:15:56 UTC (rev 30404)
+++ 
core3/impl/trunk/table-import-impl/src/main/java/org/cytoscape/tableimport/internal/ui/AttributeTypeDialog.java
     2012-09-20 03:17:22 UTC (rev 30405)
@@ -104,11 +104,11 @@
                listDelimiterLabel = new javax.swing.JLabel();
 
                
setDefaultCloseOperation(javax.swing.WindowConstants.DISPOSE_ON_CLOSE);
-               setTitle("Set Attribute Name and Type");
+               setTitle("Set Column Name and Type");
                titleLabel.setFont(new java.awt.Font("SansSerif", 1, 14));
-               titleLabel.setText("Attribute Name and Type");
+               titleLabel.setText("Column Name and Type");
 
-               attributeNameLabel.setText("Attribute name for Column " + 
(index + 1) + " entry:");
+               attributeNameLabel.setText("Name for Column " + (index + 1) + " 
entry:");
 
                cancelButton.setText("Cancel");
                cancelButton.addActionListener(new 
java.awt.event.ActionListener() {
@@ -125,7 +125,7 @@
                        });
 
                
dataTypePanel.setBorder(javax.swing.BorderFactory.createTitledBorder(null,
-                                                                               
     "Attribute Data Type",
+                                                                               
     "Column Type",
                                                                                
     javax.swing.border.TitledBorder.DEFAULT_JUSTIFICATION,
                                                                                
     javax.swing.border.TitledBorder.DEFAULT_POSITION,
                                                                                
     new java.awt.Font("SansSerif",

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