Author: apico
Date: 2012-09-19 20:15:56 -0700 (Wed, 19 Sep 2012)
New Revision: 30404

Modified:
   
core3/impl/trunk/table-browser-impl/src/main/java/org/cytoscape/browser/internal/DeletionDialog.java
Log:
#1466

Modified: 
core3/impl/trunk/table-browser-impl/src/main/java/org/cytoscape/browser/internal/DeletionDialog.java
===================================================================
--- 
core3/impl/trunk/table-browser-impl/src/main/java/org/cytoscape/browser/internal/DeletionDialog.java
        2012-09-20 03:15:21 UTC (rev 30403)
+++ 
core3/impl/trunk/table-browser-impl/src/main/java/org/cytoscape/browser/internal/DeletionDialog.java
        2012-09-20 03:15:56 UTC (rev 30404)
@@ -39,7 +39,7 @@
 
        /** Creates new form DeletionDialog */
        protected DeletionDialog(final Frame parent, final CyTable attributes, 
final BrowserTable table) {
-               super(parent, "Delete Attributes", /* modal = */ true);
+               super(parent, "Delete Columns", /* modal = */ true);
 
                this.attributes = attributes;
                this.table  = table;

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