Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Inglis2004-03-25 21:14:08 +0000
committerDavid Inglis2004-03-25 21:14:08 +0000
commit7d0581e51c6debae0c4e14b21e565f9ea758fdee (patch)
tree9e81c86362c9c970846082c04d5594d977fdf3a3 /core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core/CCorePluginResources.properties
parentd6bc6aa1f3c99289c187ad5f91013981812f8528 (diff)
downloadorg.eclipse.cdt-7d0581e51c6debae0c4e14b21e565f9ea758fdee.tar.gz
org.eclipse.cdt-7d0581e51c6debae0c4e14b21e565f9ea758fdee.tar.xz
org.eclipse.cdt-7d0581e51c6debae0c4e14b21e565f9ea758fdee.zip
small change to error string
Diffstat (limited to 'core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core/CCorePluginResources.properties')
-rw-r--r--core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core/CCorePluginResources.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core/CCorePluginResources.properties b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core/CCorePluginResources.properties
index aaa57c27dd8..67de0b6660f 100644
--- a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core/CCorePluginResources.properties
+++ b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core/CCorePluginResources.properties
@@ -32,7 +32,7 @@ CDescriptor.exception.unmatchedOwnerId=CDTProject already exisits but does not m
CDescriptor.exception.fileNotFound=CDTProject file not found
CDescriptor.exception.missingOwnerId=Missing owner id
CDescriptor.exception.missingElement=Missing cdtproject element
-CDescriptor.exception.providerNotFound=Extension provider not found.
+CDescriptor.exception.providerNotFound=Extension not found.
CDescriptor.extension.internalError=Internal Error
Util.exception.invalidArchive=Not a valid archive file.

Back to the top