File tree 1 file changed +4
-4
lines changed
arduino-core/src/processing/app
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 {
198
198
if (program .indexOf ('\uFFFD' ) != -1 ) {
199
199
System .err .println (
200
200
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 " +
205
205
"delete the bad characters to get rid of this warning." ),
206
206
file .getName ()
207
207
)
You can’t perform that action at this time.
0 commit comments