File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
arduino-core/src/processing/app Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -198,10 +198,10 @@ private void load() throws IOException {
198198 if (program .indexOf ('\uFFFD' ) != -1 ) {
199199 System .err .println (
200200 I18n .format (
201- tr ("\" {0}\" contains unrecognized characters." +
202- "If this code was created with an older version of Arduino," +
203- "you may need to use Tools -> Fix Encoding & Reload to update" +
204- "the sketch to use UTF-8 encoding. If not, you may need to" +
201+ tr ("\" {0}\" contains unrecognized characters. " +
202+ "If this code was created with an older version of Arduino, " +
203+ "you may need to use Tools -> Fix Encoding & Reload to update " +
204+ "the sketch to use UTF-8 encoding. If not, you may need to " +
205205 "delete the bad characters to get rid of this warning." ),
206206 file .getName ()
207207 )
You can’t perform that action at this time.
0 commit comments