Skip to content

Commit

Permalink
Naming tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig committed Aug 15, 2024
1 parent f68d1a0 commit fd81f02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
{
Expand Down
2 changes: 1 addition & 1 deletion package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -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!",
Expand Down

0 comments on commit fd81f02

Please sign in to comment.