diff --git a/package.json b/package.json index 967ef37d3c93..35ac564e63de 100644 --- a/package.json +++ b/package.json @@ -1510,7 +1510,7 @@ "python-environments": [ { "id": "python-projects", - "name": "%python.views.treeView.foldersAndScripts.title%", + "name": "%python.views.treeView.projectsAndScripts.title%", "icon": "resources/logo.svg" }, { diff --git a/package.nls.json b/package.nls.json index 164aa09bff41..f24e0e0395fd 100644 --- a/package.nls.json +++ b/package.nls.json @@ -86,7 +86,7 @@ "python.venvFolders.description": "Folders in your home directory to look into for virtual environments (supports pyenv, direnv and virtualenvwrapper by default).", "python.venvPath.description": "Path to folder with a list of Virtual Environments (e.g. ~/.pyenv, ~/Envs, ~/.virtualenvs).", "python.views.activityBar.title": "Python Environments", - "python.views.treeView.foldersAndScripts.title": "Workspaces, Projects, and Scripts", + "python.views.treeView.projectsAndScripts.title": "Workspaces, Projects, and Scripts", "python.views.treeView.environmentManagers.title": "Environment Managers", "walkthrough.pythonWelcome.title": "Get Started with Python Development", "walkthrough.pythonWelcome.description": "Your first steps to set up a Python project with all the powerful tools and features that the Python extension has to offer!",