Tweak unresponsive dialog text

This commit is contained in:
Corey Johnson & Kevin Sawicki
2013-06-11 14:28:27 -07:00
parent 1ce861c000
commit 11dfe7b649

View File

@@ -37,8 +37,8 @@ class AtomWindow
chosen = dialog.showMessageBox @browserWindow,
type: 'warning'
buttons: ['Close', 'Keep Waiting']
message: 'Editor window is frozen'
detail: 'The editor window becomes frozen because of JavaScript dead loop, you can force closing it or just keep waiting.'
message: 'Editor is not responsing'
detail: 'The editor is not responding. Would you like to force close it or just keep waiting?'
if chosen is 0
setImmediate => @browserWindow.destroy()