From 72def96f105e8d726da0375478f81b2762fd2cc7 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Mon, 25 Jul 2022 08:17:42 -0700 Subject: [PATCH] Simplify explanation of info visibility settings --- package.nls.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.",