diff --git a/idea/src/org/jetbrains/jet/plugin/refactoring/JetRefactoringBundle.properties b/idea/src/org/jetbrains/jet/plugin/refactoring/JetRefactoringBundle.properties index d2ec87b36ec..59fb0f09eb9 100644 --- a/idea/src/org/jetbrains/jet/plugin/refactoring/JetRefactoringBundle.properties +++ b/idea/src/org/jetbrains/jet/plugin/refactoring/JetRefactoringBundle.properties @@ -5,7 +5,7 @@ introduce.variable=Introduce Variable cannot.refactor.no.container=Cannot refactor in this place cannot.refactor.no.expression=Cannot perform refactoring without an expression cannot.refactor.expression.has.unit.type=Cannot introduce expression of unit type -cannot.refactor.namespace.expression=Cannot intoduce namespace reference +cannot.refactor.namespace.expression=Cannot introduce namespace reference cannot.extract.method=Cannot find statements to extract cannot.find.class.to.extract=Cannot find class to extract method cannot.refactor.expression.should.have.inferred.type=Expression should have inferred type