Skip to content

Commit

Permalink
Updates terminology a bit for #94092
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Amodio authored and eamodio committed Apr 3, 2020
1 parent c583456 commit e8dbc5e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/vs/workbench/contrib/timeline/browser/timelinePane.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1106,8 +1106,7 @@ class TimelinePaneCommands extends Disposable {
this._register(MenuRegistry.appendMenuItem(MenuId.TimelineTitle, ({
command: {
id: 'timeline.toggleFollowActiveEditor',
title: { value: localize('timeline.toggleFollowActiveEditorCommand', "Toggle Active Editor Following"), original: 'Toggle Active Editor Following' },
// title: localize(`timeline.toggleFollowActiveEditorCommand.stop`, "Stop following the Active Editor"),
title: { value: localize('timeline.toggleFollowActiveEditorCommand.follow', "Automatically Follows the Active Editor"), original: 'Automatically Follows the Active Editor' },
icon: { id: 'codicon/eye' },
category: { value: localize('timeline', "Timeline"), original: 'Timeline' },
},
Expand All @@ -1119,8 +1118,7 @@ class TimelinePaneCommands extends Disposable {
this._register(MenuRegistry.appendMenuItem(MenuId.TimelineTitle, ({
command: {
id: 'timeline.toggleFollowActiveEditor',
title: { value: localize('timeline.toggleFollowActiveEditorCommand', "Toggle Active Editor Following"), original: 'Toggle Active Editor Following' },
// title: localize(`timeline.toggleFollowActiveEditorCommand.stop`, "Stop following the Active Editor"),
title: { value: localize('timeline.toggleFollowActiveEditorCommand.unfollow', "Not Following Active Editor"), original: 'Not Following Active Editor' },
icon: { id: 'codicon/eye-closed' },
category: { value: localize('timeline', "Timeline"), original: 'Timeline' },
},
Expand Down

0 comments on commit e8dbc5e

Please sign in to comment.