diff --git a/idea/resources/messages/KotlinBundle.properties b/idea/resources/messages/KotlinBundle.properties index dc8916d55f7..6faf6ac8893 100644 --- a/idea/resources/messages/KotlinBundle.properties +++ b/idea/resources/messages/KotlinBundle.properties @@ -1391,7 +1391,7 @@ text.Return=Return text.return=return 0.1.be.lifted.out.of.2={0} {1} be lifted out of ''{2}'' lift.assignment.out.fix.text.0=Lift assignment out of ''{0}'' -lift.return.out.fix.text.0=Lift return out of ' +lift.return.out.fix.text.0=Lift return out of ''{0}'' change.main.function.return.type.to.unit.fix.text=Add explicit Unit return type change.main.function.return.type.to.unit.fix.text2=Change return type to Unit 0.should.return.unit={0} should return Unit