Skip to content

Commit 7b8e6f6

Browse files
authored
Merge pull request #348 from processing/misc
Add missing space to MISSING_SDK_MESSAGE
2 parents f65d814 + d0b6b1c commit 7b8e6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/processing/mode/android/AndroidSDK.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class AndroidSDK {
6767
private static final String MISSING_SDK_MESSAGE =
6868
"The Android SDK does not appear to be installed, " +
6969
"because the ANDROID_SDK variable is not set. " +
70-
"If it is installed, click “Locate SDK path” to select the" +
70+
"If it is installed, click “Locate SDK path” to select the " +
7171
"location of the SDK, or “Download SDK” to let " +
7272
"Processing download the SDK automatically.<br><br>" +
7373
"If you want to download the SDK manually, you can get "+

0 commit comments

Comments
 (0)