From 142b427343cf903d50e097e85eaa1613edf63dc5 Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Fri, 24 Aug 2012 10:21:44 -0700 Subject: [PATCH] Bug 387985 - Typo in refactoringHideMethod.label in org.eclipse.cdt.ui/plugin.properties --- core/org.eclipse.cdt.ui/plugin.properties | 6 +++--- core/org.eclipse.cdt.ui/plugin.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 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) diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml index 1bfea7622ae..1b697a4b5ab 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -24,10 +24,10 @@ - + - +