diff --git a/index.js b/index.js index 75d85348..e28607c1 100644 --- a/index.js +++ b/index.js @@ -330,7 +330,7 @@ function showUnresponsiveDialog(win, details) { type: "error", title: "Window Unresponsive", message: "The Application is Unresponsive", - details: "We are sorry for the inconveniance! please choose what to do:", + details: "We are sorry for the inconvenience! please choose what to do:", buttons: ["Wait", "Relaunch", "Quit"], cancelId: 0 }).then( result => { @@ -340,7 +340,6 @@ function showUnresponsiveDialog(win, details) { case 2: app.quit(); break; - case 0: default: break; }