Update Base.java

Change Processing from referring to itself as "himself" to "itself" in an error message.
This commit is contained in:
Greg Borenstein
2015-08-30 11:32:49 -07:00
parent 34b3171987
commit f5527c60a8
+1 -1
View File
@@ -1754,7 +1754,7 @@ public class Base {
"Processing will switch to the default sketchbook\n" +
"location, and create a new sketchbook folder if\n" +
"necessary. Processing will then stop talking\n" +
"about himself in the third person.", null);
"about itself in the third person.", null);
sketchbookFolder = null;
}
}