Merge pull request #3745 from atduskgreg/master

Update Base.java
This commit is contained in:
Ben Fry
2015-08-31 08:14:36 -04:00
+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;
}
}