This commit is contained in:
Martin Aeschlimann
2020-03-02 15:27:41 +01:00
parent d3da6f4792
commit a55b3e9525
2 changed files with 3 additions and 3 deletions

View File

@@ -511,7 +511,7 @@ export class CodeApplication extends Disposable {
type: 'info',
message: localize('trace.message', "Successfully created trace."),
detail: localize('trace.detail', "Please create an issue and manually attach the following file:\n{0}", path),
buttons: [localize('trace.ok', "Ok")]
buttons: [localize('trace.ok', "OK")]
}, withNullAsUndefined(BrowserWindow.getFocusedWindow()));
}
} else {