🐛 fix commands naming

fixes #20810
This commit is contained in:
Joao Moreno 2017-03-30 14:45:31 +02:00
parent 0747f366f0
commit 02c23884e3

View file

@ -2,17 +2,17 @@
"command.clone": "Clone",
"command.init": "Initialize Repository",
"command.refresh": "Refresh",
"command.openChange": "Open Change",
"command.openChange": "Open Changes",
"command.openFile": "Open File",
"command.stage": "Stage File",
"command.stageAll": "Stage All Files",
"command.stage": "Stage Changes",
"command.stageAll": "Stage All Changes",
"command.stageSelectedRanges": "Stage Selected Ranges",
"command.revertSelectedRanges": "Revert Selected Ranges",
"command.unstage": "Unstage File",
"command.unstageAll": "Unstage All Files",
"command.unstage": "Unstage Changes",
"command.unstageAll": "Unstage All Changes",
"command.unstageSelectedRanges": "Unstage Selected Ranges",
"command.clean": "Discard File",
"command.cleanAll": "Discard All Files",
"command.clean": "Discard Changes",
"command.cleanAll": "Discard All Changes",
"command.commit": "Commit",
"command.commitStaged": "Commit Staged",
"command.commitStagedSigned": "Commit Staged (Signed Off)",