mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-21 03:28:32 +01:00
Improve wording of issue reporter clipboard warning, fixes #82856
This commit is contained in:
@@ -81,10 +81,10 @@ export class IssueMainService implements IIssueService {
|
||||
|
||||
ipcMain.on('vscode:issueReporterClipboard', (event: IpcMainEvent) => {
|
||||
const messageOptions = {
|
||||
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?"),
|
||||
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."),
|
||||
type: 'warning',
|
||||
buttons: [
|
||||
localize('yes', "Yes"),
|
||||
localize('ok', "OK"),
|
||||
localize('cancel', "Cancel")
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user