From 84688326604ec936e58ea2f5f4c663302d0cc5f2 Mon Sep 17 00:00:00 2001 From: anna Date: Thu, 16 Feb 2012 12:47:51 +0100 Subject: [PATCH] wording (IDEA-81439) --- .../inferNullity/InferNullityAnnotationsAction.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/java-impl/src/com/intellij/codeInspection/inferNullity/InferNullityAnnotationsAction.java b/java/java-impl/src/com/intellij/codeInspection/inferNullity/InferNullityAnnotationsAction.java index 9721d36a41da..75fb7d952617 100644 --- a/java/java-impl/src/com/intellij/codeInspection/inferNullity/InferNullityAnnotationsAction.java +++ b/java/java-impl/src/com/intellij/codeInspection/inferNullity/InferNullityAnnotationsAction.java @@ -104,7 +104,7 @@ public class InferNullityAnnotationsAction extends BaseAnalysisAction { } if (!modulesWithoutAnnotations.isEmpty()) { if (Messages.showOkCancelDialog(project, "Infer Nullity Annotations requires that the nullity annotations" + - " be available to your project.\n\nYou will need to add annotations.jar as a library. " + + " be available in all your project sources.\n\nYou will need to add annotations.jar as a library. " + "It is possible to configure custom jar in e.g. Constant Conditions & Exceptions inspection or use JetBrains annotations available in installation. " + " The IDEA nullity annotations are freely usable and redistributable under the Apache 2.0 license. Would you like to do it now?", INFER_NULLITY_ANNOTATIONS, Messages.getErrorIcon()) == DialogWrapper.OK_EXIT_CODE) {