From 435a7e7e263fbf8f0c674664f99d4c4b111715ee Mon Sep 17 00:00:00 2001 From: Dmitry Gridin Date: Wed, 1 Apr 2020 11:54:51 +0700 Subject: [PATCH] i18n: fix name for `LiftReturnOutFix` #KT-37483 #KT-37893 Fixed --- idea/resources/messages/KotlinBundle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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