From dea83a9942e92edbb551bce328a02b79d1987c3e Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 4 Jul 2013 13:57:46 +0200 Subject: [PATCH] explain what Constant is (IDEA-110050) --- .../platform-resources-en/src/messages/OptionsBundle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/platform-resources-en/src/messages/OptionsBundle.properties b/platform/platform-resources-en/src/messages/OptionsBundle.properties index 9e19645f06e6..920fd45f9925 100644 --- a/platform/platform-resources-en/src/messages/OptionsBundle.properties +++ b/platform/platform-resources-en/src/messages/OptionsBundle.properties @@ -80,7 +80,7 @@ options.java.attribute.descriptor.reassigned.parameter=Reassigned parameter options.java.attribute.descriptor.implicit.anonymous.parameter=Implicit anonymous class parameter options.java.attribute.descriptor.instance.field=Instance field options.java.attribute.descriptor.static.field=Static field -options.java.attribute.descriptor.static.final.field=Constant +options.java.attribute.descriptor.static.final.field=Constant (static final field) options.java.attribute.descriptor.parameter=Parameter options.java.attribute.descriptor.method.call=Method call options.java.attribute.descriptor.method.declaration=Method declaration