Skip to content

Commit

Permalink
Fix Script as Drop label (#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
kburtram authored Mar 26, 2018
1 parent d3526f8 commit 2f8f606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sql/workbench/common/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export class ScriptCreateAction extends Action {

export class ScriptDeleteAction extends Action {
public static ID = 'scriptDelete';
public static LABEL = nls.localize('scriptDelete', 'Script as Delete');
public static LABEL = nls.localize('scriptDelete', 'Script as Drop');

constructor(
id: string, label: string,
Expand Down

0 comments on commit 2f8f606

Please sign in to comment.