1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Bug 335213: Missing message in Implement method

https://bugs.eclipse.org/bugs/show_bug.cgi?id=335213
This commit is contained in:
Emanuel Graf 2011-03-21 15:03:09 +00:00
parent 3879610c4d
commit be3e728875

View file

@ -17,6 +17,7 @@ ImplementMethodInputPage_PageTitle=Implement Method
ImplementMethodInputPage_SelectAll=Select All
ImplementMethodInputPage_DeselectAll=Deselect All
ImplementMethodRefactoring_MethodDefinition=Method Definition
PreviewGenerationNotPossible=Preview generation not possible
ImplementMethodRefactoringPage_GeneratingPreview=Generating preview...
ImplementMethodRefactoring_NoMethodSelected=No method declaration selected
ImplementMethodRefactoring_MethodHasImpl=This method already has an implementation.