Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'cross/org.eclipse.cdt.build.crossgcc-feature')
-rw-r--r--cross/org.eclipse.cdt.build.crossgcc-feature/feature.properties4
-rw-r--r--cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplateFeature/feature.properties4
2 files changed, 4 insertions, 4 deletions
diff --git a/cross/org.eclipse.cdt.build.crossgcc-feature/feature.properties b/cross/org.eclipse.cdt.build.crossgcc-feature/feature.properties
index 7df3f6e31d7..cf47252a2de 100644
--- a/cross/org.eclipse.cdt.build.crossgcc-feature/feature.properties
+++ b/cross/org.eclipse.cdt.build.crossgcc-feature/feature.properties
@@ -15,7 +15,7 @@
# This file should be translated.
# "featureName" property - name of the feature
-featureName=CDT GCC Cross Compiler Support
+featureName=C/C++ GCC Cross Compiler 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=Build integration and new project wizard support for GCC cross compilers.
+description=Build integration and new project wizard support for gcc cross compilers.
# copyright
copyright=\
diff --git a/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplateFeature/feature.properties b/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplateFeature/feature.properties
index 10ce6133572..879525615bc 100644
--- a/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplateFeature/feature.properties
+++ b/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplateFeature/feature.properties
@@ -15,7 +15,7 @@
# This file should be translated.
# "featureName" property - name of the feature
-featureName=CDT GCC Cross Compiler Support Source
+featureName=C/C++ GCC Cross Compiler 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=Build integration and new project wizard support for GCC cross compilers.
+description=Build integration and new project wizard support for gcc cross compilers. Source code.
# copyright
copyright=\

Back to the top