Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.ui/plugin.properties')
-rw-r--r--core/org.eclipse.cdt.ui/plugin.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties
index 0f1470da0ed..ec2b1af6ed5 100644
--- a/core/org.eclipse.cdt.ui/plugin.properties
+++ b/core/org.eclipse.cdt.ui/plugin.properties
@@ -147,7 +147,7 @@ category.refactoring.description= C/C++ Refactorings
category.refactoring.name = Refactor - C++
refactoringExtractConstant.label = Extract Constant...
refactoringExtractLocalVariable.label = Extract Local Variable...
-refactoringHideMethod.label = Hide Memeber Function...
+refactoringHideMethod.label = Hide Member Function...
ActionDefinition.renameElement.name= Rename - Refactoring
@@ -544,7 +544,7 @@ toggleMarkOccurrences.description= Toggles mark occurrences in C/C++ editors
OccurrenceAnnotation.label= C/C++ Occurrences
WriteOccurrenceAnnotation.label= C/C++ Write Occurrences
-DocCommentOwner.name = DocCommentOwner
+DocCommentOwnerExtensionPoint = Doc Comment Owner
Doxygen.name = Doxygen
# Hyperlinking
@@ -634,7 +634,7 @@ transfer.EditorBehavior.description = Preference related to how the editor proce
# Refresh Exclusion Contributors
RefreshExclusionContributor.name = Resources
-extension-point.name = Refresh Exclusion Contributor
+RefreshExclusionContributorExtensionPoint = Refresh Exclusion Contributor
# New New Project Wizard
newProjectWizard.name = C/C++ Project (prototype)

Back to the top