From b268b2de78376239efce7511301d9b1a036dd6d7 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Thu, 11 Jan 2018 17:38:53 -0500 Subject: [PATCH] Changes Working File|Tree references to be consistent --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d251841..7478300 100644 --- a/package.json +++ b/package.json @@ -1201,7 +1201,7 @@ }, { "command": "gitlens.diffLineWithWorking", - "title": "Compare Line Revision with Working", + "title": "Compare Line Revision with Working File", "category": "GitLens" }, { @@ -1424,7 +1424,7 @@ }, { "command": "gitlens.explorers.openChangesWithWorking", - "title": "Open Changes with Working Tree", + "title": "Open Changes with Working File", "category": "GitLens" }, { @@ -1469,7 +1469,7 @@ }, { "command": "gitlens.explorers.compareSelectedAncestorWithWorking", - "title": "Compare Selected Ancestor with Working", + "title": "Compare Selected Ancestor with Working Tree", "category": "GitLens" }, { @@ -1489,7 +1489,7 @@ }, { "command": "gitlens.explorers.compareWithWorking", - "title": "Compare with Working", + "title": "Compare with Working Tree", "category": "GitLens" }, {