mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +01:00
Add necessary spaces
This commit is contained in:
parent
7d7a654bd9
commit
7aa384db7c
@ -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()
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user