Improved clarity of Editor not responding actions

Changed "Close" to "Force Close" because "Close" might imply closing the Alert/Dialog instead of the editor, whereas "Force Close" better describes the action that button will take.
This commit is contained in:
TJ Kohli
2017-06-10 19:30:52 -04:00
committed by GitHub
parent 24051ec3a2
commit 5524aca461

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