Git/SCM - update "view" to "open" in the command titles (#237645)

This commit is contained in:
Ladislau Szomoru
2025-01-10 14:45:09 +01:00
committed by GitHub
parent c6954727db
commit 496eb294d6
5 changed files with 9 additions and 9 deletions

View File

@@ -122,10 +122,10 @@
"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.viewUntrackedChanges": "View Untracked Changes",
"command.viewCommit": "View Commit",
"command.viewChanges": "Open Changes",
"command.viewStagedChanges": "Open Staged Changes",
"command.viewUntrackedChanges": "Open Untracked Changes",
"command.viewCommit": "Open Commit",
"command.api.getRepositories": "Get Repositories",
"command.api.getRepositoryState": "Get Repository State",
"command.api.getRemoteSources": "Get Remote Sources",