Skip to content

Commit 451e53f

Browse files
committed
Fixed typo (Cougar)
1 parent 0f5a525 commit 451e53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/processing/app/Sketch.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ public boolean accept(File dir, String name) {
734734
int result = JOptionPane.showOptionDialog(editor,
735735
_("In Arduino 1.0, the default file extension has changed\n" +
736736
"from .pde to .ino. New sketches (including those created\n" +
737-
"by \"Save-As\" will use the new extension. The extension\n" +
737+
"by \"Save-As\") will use the new extension. The extension\n" +
738738
"of existing sketches will be updated on save, but you can\n" +
739739
"disable this in the Preferences dialog.\n" +
740740
"\n" +

0 commit comments

Comments
 (0)