Add necessary spaces

This commit is contained in:
Hasso Tepper 2016-01-03 23:46:59 +02:00 committed by Hasso Tepper
parent 7d7a654bd9
commit 7aa384db7c
1 changed files with 4 additions and 4 deletions

View File

@ -198,10 +198,10 @@ public class SketchCode {
if (program.indexOf('\uFFFD') != -1) {
System.err.println(
I18n.format(
tr("\"{0}\" contains unrecognized characters." +
"If this code was created with an older version of Arduino," +
"you may need to use Tools -> Fix Encoding & Reload to update" +
"the sketch to use UTF-8 encoding. If not, you may need to" +
tr("\"{0}\" contains unrecognized characters. " +
"If this code was created with an older version of Arduino, " +
"you may need to use Tools -> Fix Encoding & Reload to update " +
"the sketch to use UTF-8 encoding. If not, you may need to " +
"delete the bad characters to get rid of this warning."),
file.getName()
)