From 451e53f275fee8ff061f934e0edc8d59230319ae Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Mon, 18 Mar 2013 13:15:31 +0100 Subject: [PATCH] Fixed typo (Cougar) --- app/src/processing/app/Sketch.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/processing/app/Sketch.java b/app/src/processing/app/Sketch.java index fe65a9761..d2ba5e27e 100644 --- a/app/src/processing/app/Sketch.java +++ b/app/src/processing/app/Sketch.java @@ -734,7 +734,7 @@ public class Sketch { int result = JOptionPane.showOptionDialog(editor, _("In Arduino 1.0, the default file extension has changed\n" + "from .pde to .ino. New sketches (including those created\n" + - "by \"Save-As\" will use the new extension. The extension\n" + + "by \"Save-As\") will use the new extension. The extension\n" + "of existing sketches will be updated on save, but you can\n" + "disable this in the Preferences dialog.\n" + "\n" +