Author: ruschein
Date: 2010-02-12 13:44:38 -0800 (Fri, 12 Feb 2010)
New Revision: 19324

Modified:
   
coreplugins/trunk/AutomaticLayout/src/csplugins/layout/algorithms/bioLayout/BioLayoutFRAlgorithm.java
Log:
Fixed inconsistent menu label capitalisation.

Modified: 
coreplugins/trunk/AutomaticLayout/src/csplugins/layout/algorithms/bioLayout/BioLayoutFRAlgorithm.java
===================================================================
--- 
coreplugins/trunk/AutomaticLayout/src/csplugins/layout/algorithms/bioLayout/BioLayoutFRAlgorithm.java
       2010-02-12 21:27:04 UTC (rev 19323)
+++ 
coreplugins/trunk/AutomaticLayout/src/csplugins/layout/algorithms/bioLayout/BioLayoutFRAlgorithm.java
       2010-02-12 21:44:38 UTC (rev 19324)
@@ -188,10 +188,10 @@
         */
        public String toString() {
                if (supportWeights)
-                       return "Edge-weighted Force directed (BioLayout)";
+                       return "Edge-weighted Force-directed (BioLayout)";
                else
 
-                       return "Force directed (BioLayout)";
+                       return "Force-directed (BioLayout)";
        }
 
        /**

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