X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/lookup/ImportBinding.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/lookup/ImportBinding.java index 8fc5dce..22a123a 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/lookup/ImportBinding.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/lookup/ImportBinding.java @@ -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$ } }