diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 47423e72c..f4e51f900 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -1126,7 +1126,7 @@ public class Base { // If the central menubar isn't supported on this OS X JVM, // we have to do the old behavior. Yuck! if (defaultFileMenu == null) { - Object[] options = { "OK", "Cancel" }; + Object[] options = { Language.text("prompt.ok"), Language.text("prompt.cancel") }; String prompt = " " + "