Merge pull request #14753 from tjkohli/master

Improved clarity of Editor not responding actions
This commit is contained in:
Lee Dohm
2017-06-12 09:15:55 -07:00
committed by GitHub

View File

@@ -160,7 +160,7 @@ class AtomWindow
chosen = dialog.showMessageBox @browserWindow,
type: 'warning'
buttons: ['Close', 'Keep Waiting']
buttons: ['Force Close', 'Keep Waiting']
message: 'Editor is not responding'
detail: 'The editor is not responding. Would you like to force close it or just keep waiting?'
@browserWindow.destroy() if chosen is 0