From f5527c60a895897d092fe2a1e7d86628ab49343f Mon Sep 17 00:00:00 2001 From: Greg Borenstein Date: Sun, 30 Aug 2015 11:32:49 -0700 Subject: [PATCH] Update Base.java Change Processing from referring to itself as "himself" to "itself" in an error message. --- app/src/processing/app/Base.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index abd650d57..46079ae8c 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -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; } }