We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f5a525 commit 451e53fCopy full SHA for 451e53f
app/src/processing/app/Sketch.java
@@ -734,7 +734,7 @@ public boolean accept(File dir, String name) {
734
int result = JOptionPane.showOptionDialog(editor,
735
_("In Arduino 1.0, the default file extension has changed\n" +
736
"from .pde to .ino. New sketches (including those created\n" +
737
- "by \"Save-As\" will use the new extension. The extension\n" +
+ "by \"Save-As\") will use the new extension. The extension\n" +
738
"of existing sketches will be updated on save, but you can\n" +
739
"disable this in the Preferences dialog.\n" +
740
"\n" +
0 commit comments