how bout a line break?

This commit is contained in:
Ben Fry
2015-08-06 14:51:08 -04:00
parent 98f00b9fd1
commit 582d29d2f3
+2 -1
View File
@@ -908,7 +908,8 @@ public class Toolkit {
// Processing. If it's not using the local JRE, it may be because of this
// launch4j bug: https://github.com/processing/processing/issues/3543
if (hasNonAsciiChars(Base.getJavaHome().getAbsolutePath())) {
msg += "Trying moving Processing to a location with only ASCII characters in the path.";
msg += "Trying moving Processing\n" +
"to a location with only ASCII characters in the path.";
} else {
msg += "Please reinstall Processing.";
}