Skip to main content
summaryrefslogtreecommitdiffstats
path: root/memory
diff options
context:
space:
mode:
authorSergey Prigogin2010-06-06 03:09:06 +0000
committerSergey Prigogin2010-06-06 03:09:06 +0000
commitdf06a819eccd1671652d496227eac087dcb320c6 (patch)
tree120009591eaa96c6bbc6844dc75410ee9710613c /memory
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 'memory')
-rw-r--r--memory/org.eclipse.cdt.debug.ui.memory-feature/feature.properties4
-rw-r--r--memory/org.eclipse.cdt.debug.ui.memory-feature/sourceTemplateFeature/feature.properties4
2 files changed, 4 insertions, 4 deletions
diff --git a/memory/org.eclipse.cdt.debug.ui.memory-feature/feature.properties b/memory/org.eclipse.cdt.debug.ui.memory-feature/feature.properties
index 86b15d52c29..b19a1f44e49 100644
--- a/memory/org.eclipse.cdt.debug.ui.memory-feature/feature.properties
+++ b/memory/org.eclipse.cdt.debug.ui.memory-feature/feature.properties
@@ -20,7 +20,7 @@ http://www.eclipse.org/legal/epl-v10.html\n
# "featureName" property - name of the feature
-featureName=Eclipse C/C++ Memory View Enhancements
+featureName=C/C++ Memory View Enhancements
# "providerName" property - name of the company that provides the feature
providerName=Eclipse CDT
@@ -29,7 +29,7 @@ providerName=Eclipse CDT
updateSiteName=Eclipse CDT Update Site
# "description" property - description of the feature
-description=Traditional Rendering, Find/Replace, Import/Export
+description=Additional features for debug Memory View - traditional rendering, Find/Replace, Import/Export.
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
diff --git a/memory/org.eclipse.cdt.debug.ui.memory-feature/sourceTemplateFeature/feature.properties b/memory/org.eclipse.cdt.debug.ui.memory-feature/sourceTemplateFeature/feature.properties
index e6446f31cbd..8408790df7b 100644
--- a/memory/org.eclipse.cdt.debug.ui.memory-feature/sourceTemplateFeature/feature.properties
+++ b/memory/org.eclipse.cdt.debug.ui.memory-feature/sourceTemplateFeature/feature.properties
@@ -15,7 +15,7 @@
# This file should be translated.
# "featureName" property - name of the feature
-featureName=Eclipse C/C++ Memory View Enhancements Source
+featureName=C/C++ Memory View Enhancements 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=Traditional Rendering, Find/Replace, Import/Export
+description=Additional features for debug Memory View - traditional rendering, Find/Replace, Import/Export. Source code.
# "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