diff --git a/locales/en-US/tools.ftl b/locales/en-US/tools.ftl index cd0a01384..38f07e3f8 100644 --- a/locales/en-US/tools.ftl +++ b/locales/en-US/tools.ftl @@ -154,7 +154,7 @@ install-other-methods-link = Learn more ## components/tools/rustup.hbs tools-rustup-unixy = It looks like you’re running macOS, Linux, or another Unix-like OS. To download Rustup and install Rust, run the following in your terminal, then follow the on-screen instructions. See "Other Installation Methods" if you are on Windows. -tools-rustup-windows = It looks like you’re running Windows. To start using Rust, download the installer, then run the program and follow the onscreen instructions. See "Other Installation Methods" if you are not on Windows. +tools-rustup-windows-2 = It looks like you’re running Windows. To start using Rust, download the installer, then run the program and follow the onscreen instructions. You may need to install the Visual Studio C++ Build tools when prompted to do so. If you are not on Windows see "Other Installation Methods". tools-rustup-wsl-heading = Windows Subsystem for Linux tools-rustup-wsl = If you’re a Windows Subsystem for Linux user run the following in your terminal, then follow the on-screen instructions to install Rust. tools-rustup-unknown = Rust runs on Windows, Linux, macOS, FreeBSD and NetBSD. If you are on one of these platforms and are seeing this then please report an issue with the following values: diff --git a/templates/components/tools/rustup.hbs b/templates/components/tools/rustup.hbs index a55a3f37b..abac3b140 100644 --- a/templates/components/tools/rustup.hbs +++ b/templates/components/tools/rustup.hbs @@ -4,7 +4,7 @@
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
{{fluent "tools-rustup-windows"}}
+{{fluent "tools-rustup-windows-2"}}