Skip to content

Commit 0bbcfec

Browse files
committed
make the problem clearer
1 parent f26417e commit 0bbcfec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/processing/app/contrib/LocalContribution.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public LocalContribution(File folder) {
8282
try {
8383
version = Integer.parseInt(properties.get("version"));
8484
} catch (NumberFormatException e) {
85-
System.err.println("The version number for the “" + name + "” library is not set properly.");
85+
System.err.println("The version number for the “" + name + "” library is not a number.");
8686
System.err.println("Please contact the library author to fix it according to the guidelines.");
8787
}
8888

0 commit comments

Comments
 (0)