i18n: fix name for LiftReturnOutFix

#KT-37483
#KT-37893 Fixed
This commit is contained in:
Dmitry Gridin
2020-04-01 11:54:51 +07:00
parent 5411b85cb9
commit 435a7e7e26
@@ -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