diff --git a/package.nls.json b/package.nls.json index e8ca2f97acb..e6311355cee 100644 --- a/package.nls.json +++ b/package.nls.json @@ -1115,7 +1115,7 @@ "jupyter.configuration.jupyter.diagnostics.reservedPythonNames.exclude.markdownDescription": "Configure [glob patterns](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options) for excluding files and folders from from being warned about [overriding Python packages](https://aka.ms/JupyterKernelStartFailureOverrideReservedName).", "DataScience.localKernelFinderDisplayName": "Local Kernels", "DataScience.localKernelSpecs": "Local Jupyter Kernel...", - "DataScience.localPythonEnvironments": "Local Python Environments...", + "DataScience.localPythonEnvironments": "Python Environments...", "DataScience.universalRemoteKernelFinderDisplayName": "Remote - {0}", "DataScience.remoteKernelFinderDisplayName": "Current Remote", "DataScience.kernelPickerSelectSourceTitle": "Select Another Jupyter Kernel...", diff --git a/src/platform/common/utils/localize.ts b/src/platform/common/utils/localize.ts index 48fac6875a8..0ed950e9f10 100644 --- a/src/platform/common/utils/localize.ts +++ b/src/platform/common/utils/localize.ts @@ -1359,7 +1359,7 @@ export namespace DataScience { export const localKernelSpecs = () => localize('DataScience.localKernelSpecs', 'Local Jupyter Kernel...'); export const localPythonEnvironments = () => - localize('DataScience.localPythonEnvironments', 'Local Python Environments...'); + localize('DataScience.localPythonEnvironments', 'Python Environments...'); export const UserJupyterServerUrlProviderDisplayName = () => localize('DataScience.UserJupyterServerUrlProviderDisplayName', 'Existing Jupyter Server...'); export const UserJupyterServerUrlProviderDetail = () =>