Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Prigogin2010-06-06 03:09:06 +0000
committerSergey Prigogin2010-06-06 03:09:06 +0000
commitdf06a819eccd1671652d496227eac087dcb320c6 (patch)
tree120009591eaa96c6bbc6844dc75410ee9710613c /lrparser
parent3815a4b8ad50e1987aa7c3028a8cd200d381d060 (diff)
downloadorg.eclipse.cdt-df06a819eccd1671652d496227eac087dcb320c6.tar.gz
org.eclipse.cdt-df06a819eccd1671652d496227eac087dcb320c6.tar.xz
org.eclipse.cdt-df06a819eccd1671652d496227eac087dcb320c6.zip
Bug 315895 - Names and descriptions of CDT features are confusing.
Diffstat (limited to 'lrparser')
-rw-r--r--lrparser/org.eclipse.cdt.core.lrparser.feature/feature.properties2
-rw-r--r--lrparser/org.eclipse.cdt.core.lrparser.feature/sourceTemplateFeature/feature.properties4
-rw-r--r--lrparser/org.eclipse.cdt.core.lrparser.sdk.feature/feature.properties4
3 files changed, 5 insertions, 5 deletions
diff --git a/lrparser/org.eclipse.cdt.core.lrparser.feature/feature.properties b/lrparser/org.eclipse.cdt.core.lrparser.feature/feature.properties
index 71afc89c09a..d877aa418aa 100644
--- a/lrparser/org.eclipse.cdt.core.lrparser.feature/feature.properties
+++ b/lrparser/org.eclipse.cdt.core.lrparser.feature/feature.properties
@@ -15,7 +15,7 @@
# This file should be translated.
# "featureName" property - name of the feature
-featureName=LR Parser
+featureName=C99 LR Parser
# "providerName" property - name of the company that provides the feature
providerName=Eclipse CDT
diff --git a/lrparser/org.eclipse.cdt.core.lrparser.feature/sourceTemplateFeature/feature.properties b/lrparser/org.eclipse.cdt.core.lrparser.feature/sourceTemplateFeature/feature.properties
index a557e2154a6..f5ad72c1810 100644
--- a/lrparser/org.eclipse.cdt.core.lrparser.feature/sourceTemplateFeature/feature.properties
+++ b/lrparser/org.eclipse.cdt.core.lrparser.feature/sourceTemplateFeature/feature.properties
@@ -15,7 +15,7 @@
# This file should be translated.
# "featureName" property - name of the feature
-featureName=LR Parser Source
+featureName=C99 LR Parser Source
# "providerName" property - name of the company that provides the feature
providerName=Eclipse CDT
@@ -24,7 +24,7 @@ providerName=Eclipse CDT
updateSiteName=Eclipse CDT Update Site
# "description" property - description of the feature
-description=Parser and language support for the C99 variant of the C programming language.
+description=Parser and language support for the C99 variant of the C programming language. Source code.
# copyright
copyright=\
diff --git a/lrparser/org.eclipse.cdt.core.lrparser.sdk.feature/feature.properties b/lrparser/org.eclipse.cdt.core.lrparser.sdk.feature/feature.properties
index c3fe09fae66..7353a43a5d8 100644
--- a/lrparser/org.eclipse.cdt.core.lrparser.sdk.feature/feature.properties
+++ b/lrparser/org.eclipse.cdt.core.lrparser.sdk.feature/feature.properties
@@ -15,7 +15,7 @@
# This file should be translated.
# "featureName" property - name of the feature
-featureName=LR Parser SDK Feature
+featureName=C99 LR Parser SDK
# "providerName" property - name of the company that provides the feature
providerName=Eclipse CDT
@@ -24,7 +24,7 @@ providerName=Eclipse CDT
updateSiteName=Eclipse CDT Update Site
# "description" property - description of the feature
-description=Parser and language support for the C99 variant of the C programming language.
+description=Parser and language support for the C99 variant of the C programming language. Software development kit including source code and developer documentation.
# copyright
copyright=\

Back to the top