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 /debug/org.eclipse.cdt.gnu.debug-feature
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 'debug/org.eclipse.cdt.gnu.debug-feature')
-rw-r--r--debug/org.eclipse.cdt.gnu.debug-feature/feature.properties4
-rw-r--r--debug/org.eclipse.cdt.gnu.debug-feature/sourceTemplateFeature/feature.properties4
2 files changed, 4 insertions, 4 deletions
diff --git a/debug/org.eclipse.cdt.gnu.debug-feature/feature.properties b/debug/org.eclipse.cdt.gnu.debug-feature/feature.properties
index acabe380714..f2a95052fc9 100644
--- a/debug/org.eclipse.cdt.gnu.debug-feature/feature.properties
+++ b/debug/org.eclipse.cdt.gnu.debug-feature/feature.properties
@@ -15,7 +15,7 @@
# This file should be translated.
# "featureName" property - name of the feature
-featureName=CDT GNU Toolchain Debug Support
+featureName=C/C++ GNU Toolchain Debug Support
# "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=GNU Toolchain Debug Support for CDT
+description=Debug support for C/C++ GNU toolchain. Included in C/C++ Development Tools.
# copyright
copyright=\
diff --git a/debug/org.eclipse.cdt.gnu.debug-feature/sourceTemplateFeature/feature.properties b/debug/org.eclipse.cdt.gnu.debug-feature/sourceTemplateFeature/feature.properties
index c12a6ce197e..a8cb4287097 100644
--- a/debug/org.eclipse.cdt.gnu.debug-feature/sourceTemplateFeature/feature.properties
+++ b/debug/org.eclipse.cdt.gnu.debug-feature/sourceTemplateFeature/feature.properties
@@ -15,7 +15,7 @@
# This file should be translated.
# "featureName" property - name of the feature
-featureName=CDT GNU Toolchain Debug Support Source
+featureName=C/C++ GNU Toolchain Debug Support 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=GNU Toolchain Debug Support for CDT
+description=Debug support for C/C++ GNU toolchain. Source code. Included in C/C++ Development Tools SDK.
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page

Back to the top