Skip to content

Commit 7aa384d

Browse files
committed
Add necessary spaces
1 parent 7d7a654 commit 7aa384d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arduino-core/src/processing/app/SketchCode.java

+4-4
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)