Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Recoskie2006-09-11 20:23:54 +0000
committerChris Recoskie2006-09-11 20:23:54 +0000
commitfeaf478eae07e5f04280b0492f92fb63ef1cc3b9 (patch)
treea5c92af3df10650afdf237387178bb1e10d0ad78
parent5c4b9de3b941d79badd06de7523590c513f9f947 (diff)
downloadorg.eclipse.cdt-feaf478eae07e5f04280b0492f92fb63ef1cc3b9.tar.gz
org.eclipse.cdt-feaf478eae07e5f04280b0492f92fb63ef1cc3b9.tar.xz
org.eclipse.cdt-feaf478eae07e5f04280b0492f92fb63ef1cc3b9.zip
fix for 137652 by Ravi Sankar Konidena
-rw-r--r--build/org.eclipse.cdt.make.ui/plugin.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/org.eclipse.cdt.make.ui/plugin.properties b/build/org.eclipse.cdt.make.ui/plugin.properties
index dcc89d9e0bf..bce759ac41e 100644
--- a/build/org.eclipse.cdt.make.ui/plugin.properties
+++ b/build/org.eclipse.cdt.make.ui/plugin.properties
@@ -63,7 +63,7 @@ ActionDefinition.opendecl.description=Follow to the directive definition
MakefileEditor.name=Makefile Editor
-IncludeSymbolProperties.name=C/C++ Include Paths & Symbols
+IncludeSymbolProperties.name=C/C++ Include Paths and Symbols
ProjectPathProperties.name=C/C++ Project Paths
DiscoveredScannerInfoContainer.name=Discovered scanner configuration container

Back to the top