💄 Fix typo in dialog.

This commit is contained in:
Cheng Zhao 2013-12-04 18:57:05 +08:00
parent 847dd6d93b
commit e95c60b4ec

View File

@ -70,7 +70,7 @@ class AtomWindow
chosen = dialog.showMessageBox @browserWindow,
type: 'warning'
buttons: ['Close', 'Keep Waiting']
message: 'Editor is not responsing'
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