Skip to content

Commit be55c97

Browse files
authored
Adjust a few strings that mention Python (#20900)
For #20899 (+ a few other strings I thought could use some tweaking too)
1 parent 61f93c3 commit be55c97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/client/common/utils/localize.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,11 +206,11 @@ export namespace Interpreters {
206206
'Tip: you can change the Python interpreter used by the Python extension by clicking on the Python version in the status bar',
207207
);
208208
export const installPythonTerminalMessageLinux = l10n.t(
209-
'💡 Please try installing the python package using your package manager. Alternatively you can also download it from https://www.python.org/downloads',
209+
'💡 Please try installing the Python package using your package manager. Alternatively you can also download it from https://www.python.org/downloads',
210210
);
211211

212212
export const installPythonTerminalMacMessage = l10n.t(
213-
'💡 Brew does not seem to be available. Please try to download Python from https://www.python.org/downloads. Alternatively, you can install the python package using some other package manager which is available.',
213+
'💡 Brew does not seem to be available. Please try to download Python from https://www.python.org/downloads. Alternatively, you can install the Python package using some other available package manager.',
214214
);
215215
export const changePythonInterpreter = l10n.t('Change Python Interpreter');
216216
export const selectedPythonInterpreter = l10n.t('Selected Python Interpreter');
@@ -440,7 +440,7 @@ export namespace CreateEnv {
440440
export const created = l10n.t('Environment created...');
441441
export const installingPackages = l10n.t('Installing packages...');
442442
export const errorCreatingEnvironment = l10n.t('Error while creating virtual environment.');
443-
export const selectPythonPlaceHolder = l10n.t('Select a python to create the virtual environment');
443+
export const selectPythonPlaceHolder = l10n.t('Select a Python installation to create the virtual environment');
444444
export const providerDescription = l10n.t('Creates a `.venv` virtual environment in the current workspace');
445445
export const error = l10n.t('Creating virtual environment failed with error.');
446446
export const tomlExtrasQuickPickTitle = l10n.t('Select optional dependencies to install from pyproject.toml');

0 commit comments

Comments
 (0)