Skip to content

Commit

Permalink
Use default title for delete comment dialog, fixes microsoft/vscode-p…
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachel Macfarlane committed Oct 31, 2018
1 parent fe5db1a commit adade07
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ export class CommentNode extends Disposable {
private createDeleteAction(): Action {
return new Action('comment.delete', nls.localize('label.delete', "Delete"), 'octicon octicon-x', true, () => {
return this.dialogService.confirm({
title: nls.localize('deleteCommentTitle', "Delete Comment"),
message: nls.localize('confirmDelete', "Delete comment?"),
type: 'question',
primaryButton: nls.localize('label.delete', "Delete")
Expand Down

0 comments on commit adade07

Please sign in to comment.