diff --git a/package.nls.json b/package.nls.json index 41b7205c7e6e..997f74d0bcca 100644 --- a/package.nls.json +++ b/package.nls.json @@ -58,9 +58,9 @@ "python.linting.flake8Path.description": "Path to flake8, you can use a custom version of flake8 by modifying this setting to include the full path.", "python.linting.ignorePatterns.description": "Patterns used to exclude files or folders from being linted.", "python.interpreter.infoVisibility.description": "Controls when to display information of selected interpreter in the status bar.", - "python.interpreter.infoVisibility.never.description": "Never display information of selected interpreter in the status bar.", - "python.interpreter.infoVisibility.onPythonRelated.description": "Only display information of selected interpreter in the status bar if Python related files are opened.", - "python.interpreter.infoVisibility.always.description": "Always display information of selected interpreter in the status bar.", + "python.interpreter.infoVisibility.never.description": "Never display information.", + "python.interpreter.infoVisibility.onPythonRelated.description": "Only display information if Python-related files are opened.", + "python.interpreter.infoVisibility.always.description": "Always display information.", "python.linting.lintOnSave.description": "Whether to lint Python files when saved.", "python.linting.maxNumberOfProblems.description": "Controls the maximum number of problems produced by the server.", "python.linting.mypyArgs.description": "Arguments passed in. Each argument is a separate item in the array.",