Skip to content

Commit

Permalink
fix: made copy titles more consistent with other UIs (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanpas committed Jun 2, 2020
1 parent e05239b commit 111df3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,12 @@
{
"command": "svn.itemlog.copymsg",
"category": "SVN",
"title": "Copy message to clipboard"
"title": "Copy message"
},
{
"command": "svn.itemlog.copyrevision",
"category": "SVN",
"title": "Copy revision number to clipboard"
"title": "Copy revision number"
},
{
"command": "svn.itemlog.openDiff",
Expand Down Expand Up @@ -350,12 +350,12 @@
{
"command": "svn.repolog.copymsg",
"category": "SVN",
"title": "Copy message to clipboard"
"title": "Copy message"
},
{
"command": "svn.repolog.copyrevision",
"category": "SVN",
"title": "Copy revision number to clipboard"
"title": "Copy revision number"
},
{
"command": "svn.repolog.openDiff",
Expand Down

0 comments on commit 111df3c

Please sign in to comment.