diff --git a/core/PApplet.java b/core/PApplet.java index ea483fa8a..6d2da3a00 100644 --- a/core/PApplet.java +++ b/core/PApplet.java @@ -738,7 +738,7 @@ public class PApplet extends Applet } String openglError = - "Before using OpenGL, you must first select " + + "Before using OpenGL, first select " + "Import Library > opengl from the Sketch menu."; try {