Improve toolchain text (#48102)

This commit is contained in:
Tim Sneath 2020-01-10 14:28:03 -08:00 committed by Flutter GitHub Bot
parent 02db6a8052
commit 5280dda15b

View File

@ -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 <String, String>{
// The MSBuild tool and related command-line toolchain.
'Microsoft.Component.MSBuild': 'MSBuild',