From 846e50dcaa47208219d9e2b8b4ca2c8a68852540 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Fri, 8 Dec 2017 12:36:27 +0100 Subject: [PATCH] Wording fix --- .../src/org/jetbrains/kotlin/idea/KotlinBundle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea/idea-analysis/src/org/jetbrains/kotlin/idea/KotlinBundle.properties b/idea/idea-analysis/src/org/jetbrains/kotlin/idea/KotlinBundle.properties index 43956bc3f8b..3608c2433ac 100644 --- a/idea/idea-analysis/src/org/jetbrains/kotlin/idea/KotlinBundle.properties +++ b/idea/idea-analysis/src/org/jetbrains/kotlin/idea/KotlinBundle.properties @@ -64,7 +64,7 @@ options.kotlin.attribute.descriptor.builtin.annotation=Modifier options.kotlin.attribute.descriptor.string.escape=String//Escape in string and template braces options.kotlin.attribute.descriptor.closure.braces=Braces and Operators//Lambda expression braces and arrow options.kotlin.attribute.descriptor.safe.access=Braces and Operators//Safe access dot -options.kotlin.attribute.descriptor.quest=Braces and Operators//Question after the type +options.kotlin.attribute.descriptor.quest=Braces and Operators//Type nullability marker options.kotlin.attribute.descriptor.exclexcl=Braces and Operators//Non-null assertion options.kotlin.attribute.descriptor.arrow=Braces and Operators//Arrow options.kotlin.attribute.descriptor.colon=Braces and Operators//Colon