make the problem clearer

This commit is contained in:
Ben Fry
2016-11-03 10:11:20 -04:00
parent b14eb9d389
commit 1fe0dd5f75

View File

@@ -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.");
}