We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f26417e commit 0bbcfecCopy full SHA for 0bbcfec
1 file changed
app/src/processing/app/contrib/LocalContribution.java
@@ -82,7 +82,7 @@ public LocalContribution(File folder) {
82
try {
83
version = Integer.parseInt(properties.get("version"));
84
} catch (NumberFormatException e) {
85
- 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.");
86
System.err.println("Please contact the library author to fix it according to the guidelines.");
87
}
88
0 commit comments