From 20c1898411dc105fa2be5ffd2d64a1531dd42b2b Mon Sep 17 00:00:00 2001 From: Yuri Denison Date: Tue, 23 Oct 2012 17:20:54 +0400 Subject: [PATCH] fixed ruby refactorings helper strings --- .../src/messages/RefactoringBundle.properties | 6 ------ 1 file changed, 6 deletions(-) diff --git a/platform/platform-resources-en/src/messages/RefactoringBundle.properties b/platform/platform-resources-en/src/messages/RefactoringBundle.properties index 3d6a3f547644..822c569937f8 100644 --- a/platform/platform-resources-en/src/messages/RefactoringBundle.properties +++ b/platform/platform-resources-en/src/messages/RefactoringBundle.properties @@ -144,12 +144,6 @@ refactoring.introduce.name.used.error=This name is already used refactoring.introduce.variable.scope.error=Name clashes with existing variable refactoring.introduce.placing.error=Cannot extract {0} variable -refactoring.inlineVariable=Inline Variable refactoring -refactoring.inlineMethod=Inline Method refactoring -refactoring.introduceField=Extract Field refactoring -refactoring.refactoring.introduceParameter=Extract Parameter refactoring -refactoring.introduceConstant=Extract Constant refactoring -refactoring.extractMethod=Extract Method refactoring variable.of.type=Variable of &type: convert.to.instance.method.title=Convert To Instance Method convertToInstanceMethod.method.is.not.static=Cannot perform the refactoring\nMethod {0} is not static.