colored "operators and brackets"
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / lookup / ImportBinding.java
index 8fc5dce..22a123a 100644 (file)
@@ -40,6 +40,6 @@ public char[] readableName() {
                return CharOperation.concatWith(compoundName, '.');
 }
 public String toString() {
-       return "import : " + new String(readableName()); //$NON-NLS-1$
+       return "include : " + new String(readableName()); //$NON-NLS-1$
 }
 }