Skip to content

Commit 87b925f

Browse files
committed
changed titles for SDK download dialogs
1 parent 399dc81 commit 87b925f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/processing/mode/android/AndroidSDK.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class AndroidSDK {
6565
"https://developer.android.com/studio/index.html#downloads";
6666

6767
private static final String MISSING_SDK_TITLE =
68-
"Is the Android SDK installed?";
68+
"Cannot find the Android SDK...";
6969

7070
private static final String MISSING_SDK_MESSAGE =
7171
"The Android SDK does not appear to be installed, " +
@@ -78,7 +78,7 @@ class AndroidSDK {
7878
"Make sure to install the SDK platform for API " + AndroidBuild.TARGET_SDK + ".";
7979

8080
private static final String INVALID_SDK_TITLE =
81-
"Is the required Android API installed?";
81+
"Cannot find the required SDK platform version...";
8282

8383
private static final String INVALID_SDK_MESSAGE =
8484
"The Android SDK appears to be installed, " +

0 commit comments

Comments
 (0)