Renames 'Compare with *' in quick pick menus

Renames 'Compare File with Previous Commit' command
Renames 'Compare Line with Previous Commit' command
Renames 'Compare Line with Working Tree' command
This commit is contained in:
Eric Amodio
2017-05-27 04:14:47 -04:00
parent e99febb52d
commit 522e5a49a2
3 changed files with 9 additions and 9 deletions

View File

@@ -386,12 +386,12 @@
},
{
"command": "gitlens.diffWithPrevious",
"title": "Compare File with Previous Commit",
"title": "Compare File with Previous",
"category": "GitLens"
},
{
"command": "gitlens.diffLineWithPrevious",
"title": "Compare Line with Previous Commit",
"title": "Compare Line Commit with Previous",
"category": "GitLens"
},
{
@@ -401,7 +401,7 @@
},
{
"command": "gitlens.diffLineWithWorking",
"title": "Compare Line with Working Tree",
"title": "Compare Line Commit with Working Tree",
"category": "GitLens"
},
{