From 1fe0dd5f75d8dca021bc34976ed3721997ccec49 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Thu, 3 Nov 2016 10:11:20 -0400 Subject: [PATCH] make the problem clearer --- app/src/processing/app/contrib/LocalContribution.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/processing/app/contrib/LocalContribution.java b/app/src/processing/app/contrib/LocalContribution.java index 10af1009f..e2d27c9c4 100644 --- a/app/src/processing/app/contrib/LocalContribution.java +++ b/app/src/processing/app/contrib/LocalContribution.java @@ -82,7 +82,7 @@ public abstract class LocalContribution extends Contribution { try { version = Integer.parseInt(properties.get("version")); } catch (NumberFormatException e) { - System.err.println("The version number for the “" + name + "” library is not set properly."); + System.err.println("The version number for the “" + name + "” library is not a number."); System.err.println("Please contact the library author to fix it according to the guidelines."); }