Skip to content

Commit afa6cf8

Browse files
committed
Changes compact graph column language
1 parent 49173fe commit afa6cf8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66

77
## [Unreleased]
88

9+
### Changed
10+
11+
- Changes _Compact Graph Column Layout_ context menu command to _Use Compact Graph Column_ for better clarity
12+
- Changes _Default Graph Column Layout_ context menu command to _Use Expanded Graph Column_ for better clarity
13+
914
## [14.1.1] - 2023-07-18
1015

1116
### Added

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7539,12 +7539,12 @@
75397539
},
75407540
{
75417541
"command": "gitlens.graph.columnGraphCompact",
7542-
"title": "Compact Graph Column Layout",
7542+
"title": "Use Compact Graph Column",
75437543
"category": "GitLens"
75447544
},
75457545
{
75467546
"command": "gitlens.graph.columnGraphDefault",
7547-
"title": "Default Graph Column Layout",
7547+
"title": "Use Expanded Graph Column",
75487548
"category": "GitLens"
75497549
},
75507550
{

0 commit comments

Comments
 (0)