mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
Use default title for delete comment dialog, fixes https://github.com/Microsoft/vscode-pull-request-github/issues/648
This commit is contained in:
parent
fe5db1a8f5
commit
adade079ed
1 changed files with 0 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue