You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2010/08/23 18:26:54 UTC

svn commit: r988184 - /ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/ClasspathTypeComposite.java

Author: hibou
Date: Mon Aug 23 16:26:54 2010
New Revision: 988184

URL: http://svn.apache.org/viewvc?rev=988184&view=rev
Log:
IVYDE-56:
 * nitpicking about title

Modified:
    ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/ClasspathTypeComposite.java

Modified: ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/ClasspathTypeComposite.java
URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/ClasspathTypeComposite.java?rev=988184&r1=988183&r2=988184&view=diff
==============================================================================
--- ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/ClasspathTypeComposite.java (original)
+++ ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/ClasspathTypeComposite.java Mon Aug 23 16:26:54 2010
@@ -44,7 +44,7 @@ public class ClasspathTypeComposite exte
         setLayout(new GridLayout(1, false));
 
         Label label = new Label(this, SWT.NONE);
-        label.setText("Compose the classpath with:");
+        label.setText("Build the classpath with:");
 
         Composite buttons = new Composite(this, SWT.NONE);
         buttons.setLayout(new GridLayout(1, false));