mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Update Base.java
Change Processing from referring to itself as "himself" to "itself" in an error message.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user