Git - fix command titles (#198996)

This commit is contained in:
Ladislau Szomoru 2023-11-24 09:41:44 +01:00 committed by GitHub
parent 0e638f66f9
commit ed6dc7b6b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -763,13 +763,13 @@
},
{
"command": "git.viewChanges",
"title": "View Changes",
"title": "%command.viewChanges%",
"icon": "$(tasklist)",
"category": "Git"
},
{
"command": "git.viewStagedChanges",
"title": "View Staged Changes",
"title": "%command.viewStagedChanges%",
"icon": "$(tasklist)",
"category": "Git"
}

View file

@ -111,6 +111,8 @@
"command.timelineCompareWithSelected": "Compare with Selected",
"command.manageUnsafeRepositories": "Manage Unsafe Repositories",
"command.openRepositoriesInParentFolders": "Open Repositories In Parent Folders",
"command.viewChanges": "View Changes",
"command.viewStagedChanges": "View Staged Changes",
"command.api.getRepositories": "Get Repositories",
"command.api.getRepositoryState": "Get Repository State",
"command.api.getRemoteSources": "Get Remote Sources",