Skip to content

Commit 9e5a966

Browse files
committed
edits
1 parent 8746362 commit 9e5a966

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
@@ -190,7 +190,7 @@ class AndroidSDK {
190190
"https://askubuntu.com/questions/710426/android-sdk-on-ubuntu-32bit";
191191

192192
private static final String SYSTEM_32BIT_MESSAGE =
193-
"The Android SDK no longer includes 32 bit platform tools (adb, etc), so they will not work.<br><br>" +
193+
"The Android SDK no longer includes 32 bit platform tools (adb, etc.), and so they will not work.<br><br>" +
194194
"<a href=\"" + SYSTEM_32BIT_URL + "\">This thread</a> provides some possible workarounds.";
195195

196196
private static final int NO_ERROR = 0;

0 commit comments

Comments
 (0)