Skip to content

Commit c10b3b7

Browse files
author
Rachel Macfarlane
committed
Improve wording of issue reporter clipboard warning, fixes microsoft#82856
1 parent d1499b2 commit c10b3b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/vs/platform/issue/electron-main/issueMainService.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ export class IssueMainService implements IIssueService {
8181

8282
ipcMain.on('vscode:issueReporterClipboard', (event: IpcMainEvent) => {
8383
const messageOptions = {
84-
message: localize('issueReporterWriteToClipboard', "There is too much data to send to GitHub. Would you like to write the information to the clipboard so that it can be pasted?"),
84+
message: localize('issueReporterWriteToClipboard', "There is too much data to send to GitHub directly. The data will be copied to the clipboard, please paste it into the GitHub issue page that is opened."),
8585
type: 'warning',
8686
buttons: [
87-
localize('yes', "Yes"),
87+
localize('ok', "OK"),
8888
localize('cancel', "Cancel")
8989
]
9090
};

0 commit comments

Comments
 (0)