You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: locales/en-US.json
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,8 @@
41
41
"what_this_is": "This program will guide you through installing the Rust programming language, with additional third party tools of your choice.",
42
42
"custom_install_help": "Enter the value of each installation options, or just press 'Enter' key to use the default value.",
43
43
"installation_path": "Installation path",
44
-
"select_components_to_install": "Choose what components to install: (separated multiple options by spaces, required tools are automatically selected)",
44
+
"select_components_to_install": "Select components to install",
45
+
"select_components_cli_hint": "separated multiple options by spaces, required tools are automatically selected",
45
46
"select_components_to_update": "Choose what components to update: (separated multiple options by spaces)",
46
47
"select_components_to_remove": "Choose what components to remove: (separated multiple options by spaces)",
47
48
"question_try_demo": "Do you want to try Rust with a demo project?",
@@ -121,9 +122,6 @@
121
122
"package_source_missing_info": "One or more selected components require separated packages, you need to manually provide a path or link to install those.",
122
123
"default_source_hint": "Note: If no input is provided and a default value exists, the default value will be used.",
123
124
"question_package_source": "Enter the package source (path or url) for '%{tool}'",
0 commit comments