From cbcdd03ef0f0046f3ef07f26818e964df5ce3ffd Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Wed, 6 Dec 2017 08:05:51 -0800 Subject: [PATCH] some wording tweaks to the doctor text (#13356) --- packages/flutter_tools/lib/src/android/android_workflow.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter_tools/lib/src/android/android_workflow.dart b/packages/flutter_tools/lib/src/android/android_workflow.dart index f1f874c4906..c9b454a994d 100644 --- a/packages/flutter_tools/lib/src/android/android_workflow.dart +++ b/packages/flutter_tools/lib/src/android/android_workflow.dart @@ -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;