Skip to content

Commit 489d16d

Browse files
authored
Use title casing for dialog buttons (microsoft#165874)
1 parent d950552 commit 489d16d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/workbench/browser/window.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ export class BrowserWindow extends Disposable {
214214
this.productService.nameLong
215215
);
216216
const options = [
217-
localize('openExternalDialogButtonClose', "Close tab"),
218-
localize('openExternalDialogButtonRetry', "Try again"),
217+
localize('openExternalDialogButtonClose.v2', "Close Tab"),
218+
localize('openExternalDialogButtonRetry.v2', "Try Again"),
219219
localize('openExternalDialogButtonInstall.v3', "Install"),
220220
localize('openExternalDialogButtonCancel', "Cancel")
221221
];

0 commit comments

Comments
 (0)