From 3ae1dcb263d049a56de8dc23a193d73cae801988 Mon Sep 17 00:00:00 2001 From: Alexander Kirillin Date: Tue, 7 May 2013 20:49:03 +0400 Subject: [PATCH] returned mistakenly deleted bundle messages --- idea/src/org/jetbrains/jet/plugin/JetBundle.properties | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/idea/src/org/jetbrains/jet/plugin/JetBundle.properties b/idea/src/org/jetbrains/jet/plugin/JetBundle.properties index 40bbf21ec63..4447e0f40c9 100644 --- a/idea/src/org/jetbrains/jet/plugin/JetBundle.properties +++ b/idea/src/org/jetbrains/jet/plugin/JetBundle.properties @@ -151,11 +151,15 @@ surround.with.function.template={ } surround.with.cannot.perform.action=Cannot perform Surround With action to the current contextsurround.with.function.template={ } remove.variable.family.name=Remove variable remove.variable.action=Remove variable ''{0}'' - kotlin.code.transformations=Kotlin Code Transformations transform.if.statement.with.assignments.to.expression=Transform 'if' statement with assignments to expression transform.assignment.with.if.expression.to.statement=Transform assignment with 'if' expression to statement transform.if.statement.with.assignments.to.expression.family=Transform 'if' Statement with Assignments to Expression transform.assignment.with.if.expression.to.statement.family=Transform Assignment with 'if' Expression to Statement +change.function.signature.action.single=Change function signature to ''{0}'' +change.function.signature.action.multiple=Change function signature... +change.function.signature.family=Change function signature +change.function.signature.chooser.title=Choose signature +change.function.signature.action=Change function signature remove.unnecessary.parentheses=Remove unnecessary parentheses remove.unnecessary.parentheses.family=Remove Unnecessary Parentheses \ No newline at end of file