Skip to content

Commit 111df3c

Browse files
authored
fix: made copy titles more consistent with other UIs (#953)
1 parent e05239b commit 111df3c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,12 @@
208208
{
209209
"command": "svn.itemlog.copymsg",
210210
"category": "SVN",
211-
"title": "Copy message to clipboard"
211+
"title": "Copy message"
212212
},
213213
{
214214
"command": "svn.itemlog.copyrevision",
215215
"category": "SVN",
216-
"title": "Copy revision number to clipboard"
216+
"title": "Copy revision number"
217217
},
218218
{
219219
"command": "svn.itemlog.openDiff",
@@ -350,12 +350,12 @@
350350
{
351351
"command": "svn.repolog.copymsg",
352352
"category": "SVN",
353-
"title": "Copy message to clipboard"
353+
"title": "Copy message"
354354
},
355355
{
356356
"command": "svn.repolog.copyrevision",
357357
"category": "SVN",
358-
"title": "Copy revision number to clipboard"
358+
"title": "Copy revision number"
359359
},
360360
{
361361
"command": "svn.repolog.openDiff",

0 commit comments

Comments
 (0)