some wording tweaks to the doctor text (#13356)

This commit is contained in:
Devon Carew 2017-12-06 08:05:51 -08:00 committed by GitHub
parent 324ef1d1f6
commit cbcdd03ef0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ class AndroidWorkflow extends DoctorValidator implements Workflow {
messages.add(new ValidationMessage('Android SDK at ${androidSdk.directory}'));
messages.add(new ValidationMessage(androidSdk.ndkDirectory == null
? 'Android NDK location not configured (this optional configuration is useful for native profiling support)'
? 'Android NDK location not configured (optional; useful for native profiling support)'
: 'Android NDK at ${androidSdk.ndkDirectory}'));
String sdkVersionText;