wording (IDEA-81439)

This commit is contained in:
anna
2012-02-16 18:52:23 +01:00
parent 1842922b0a
commit 8468832660
@@ -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) {