Skip to content

Commit

Permalink
#98820 rename download title to revert
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Jun 4, 2020
1 parent 735e08a commit 5b068c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export class UserDataSyncDataViews extends Disposable {
constructor() {
super({
id: `workbench.actions.sync.replaceCurrent`,
title: localize('workbench.actions.sync.replaceCurrent', "Download..."),
title: localize('workbench.actions.sync.replaceCurrent', "Revert"),
icon: { id: 'codicon/cloud-download' },
menu: {
id: MenuId.ViewItemContext,
Expand Down

0 comments on commit 5b068c1

Please sign in to comment.