From 5280dda15b125e15e648deb72a2b83432402c3d6 Mon Sep 17 00:00:00 2001 From: Tim Sneath Date: Fri, 10 Jan 2020 14:28:03 -0800 Subject: [PATCH] Improve toolchain text (#48102) --- packages/flutter_tools/lib/src/windows/visual_studio.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter_tools/lib/src/windows/visual_studio.dart b/packages/flutter_tools/lib/src/windows/visual_studio.dart index da1079bb0ef..1973d4ecb02 100644 --- a/packages/flutter_tools/lib/src/windows/visual_studio.dart +++ b/packages/flutter_tools/lib/src/windows/visual_studio.dart @@ -135,7 +135,7 @@ class VisualStudio { // Visual Studio. Since it changes over time, listing a precise version would become // wrong after each VC++ toolchain update, so just instruct people to install the // latest version. - cppToolchainDescription += '\n - If there are multiple versions, install the latest one'; + cppToolchainDescription += '\n - If there are multiple build tool versions available, install the latest'; return { // The MSBuild tool and related command-line toolchain. 'Microsoft.Component.MSBuild': 'MSBuild',