Skip to content

Commit bc3e832

Browse files
committed
better
1 parent 86491ae commit bc3e832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/common/utils/localize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export namespace Interpreters {
203203
'Enables `python.terminal.shellIntegration.enabled` by modifying `PYTHONSTARTUP` and `PYTHON_BASIC_REPL`',
204204
);
205205
export const shellIntegrationDisabledEnvVarCollectionDescription = l10n.t(
206-
'Disables `python.terminal.shellIntegration.enabled` by removing `PYTHONSTARTUP` and `PYTHON_BASIC_REPL`',
206+
'Disables `python.terminal.shellIntegration.enabled` by unsetting `PYTHONSTARTUP` and `PYTHON_BASIC_REPL`',
207207
);
208208
export const terminalDeactivateProgress = l10n.t('Editing {0}...');
209209
export const restartingTerminal = l10n.t('Restarting terminal and deactivating...');

0 commit comments

Comments
 (0)