mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 387985 - Typo in refactoringHideMethod.label in
org.eclipse.cdt.ui/plugin.properties
This commit is contained in:
parent
12e6a908fb
commit
142b427343
2 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
|
|
|
@ -24,10 +24,10 @@
|
|||
<extension-point id="HelpInfo" name="%HelpInfo" schema="schema/HelpInfo.exsd"/>
|
||||
<extension-point id="quickFixProcessors" name="%quickFixProcessorExtensionPoint" schema="schema/quickFixProcessors.exsd"/>
|
||||
<extension-point id="quickAssistProcessors" name="%quickAssistProcessorExtensionPoint" schema="schema/quickAssistProcessors.exsd"/>
|
||||
<extension-point id="DocCommentOwner" name="%DocCommentOwner.name" schema="schema/DocCommentOwner.exsd"/>
|
||||
<extension-point id="DocCommentOwner" name="%DocCommentOwnerExtensionPoint" schema="schema/DocCommentOwner.exsd"/>
|
||||
<extension-point id="workingSetConfigurations" name="%workingSetConfigurationsExtensionPoint" schema="schema/workingSetConfigurations.exsd"/>
|
||||
<extension-point id="LanguageSettingsProviderAssociation" name="%LanguageSettingsProviderAssociationExtensionPoint" schema="schema/LanguageSettingsProviderAssociation.exsd"/>
|
||||
<extension-point id="RefreshExclusionContributor" name="%extension-point.name" schema="schema/RefreshExclusionContributor.exsd"/>
|
||||
<extension-point id="RefreshExclusionContributor" name="%RefreshExclusionContributorExtensionPoint" schema="schema/RefreshExclusionContributor.exsd"/>
|
||||
<extension-point id="projectTypePages" name="%projectTypePages" schema="schema/projectTypePages.exsd"/>
|
||||
|
||||
<extension
|
||||
|
|
Loading…
Add table
Reference in a new issue