Skip to content

Commit

Permalink
fixes #93979
Browse files Browse the repository at this point in the history
  • Loading branch information
sbatten committed Apr 3, 2020
1 parent 57004c9 commit 49cc410
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/workbench/browser/actions/layoutActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ export class MoveFocusedViewAction extends Action {

const quickPick = this.quickInputService.createQuickPick();
quickPick.placeholder = nls.localize('moveFocusedView.selectDestination', "Select a Destination for the View");
quickPick.title = nls.localize('moveFocusedView.title', "View: Move {0}", viewDescriptor.name);

const items: Array<IQuickPickItem | IQuickPickSeparator> = [];

Expand Down

0 comments on commit 49cc410

Please sign in to comment.