From 6370db9d999476b8bebfa62fdad060769c6da2d3 Mon Sep 17 00:00:00 2001 From: Philipp Brumm Date: Sat, 2 Jul 2016 12:40:18 +0200 Subject: [PATCH] change dialog wording --- src/main-process/atom-application.coffee | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main-process/atom-application.coffee b/src/main-process/atom-application.coffee index acc491d7f..5f5a870b3 100644 --- a/src/main-process/atom-application.coffee +++ b/src/main-process/atom-application.coffee @@ -714,9 +714,8 @@ class AtomApplication chosen = dialog.showMessageBox BrowserWindow.getFocusedWindow(), type: 'warning' title: 'Relaunch required' - message: "To apply this setting, you'll need to relaunch Atom." - detail: '' - buttons: ['Relaunch Atom', 'Cancel'] + message: "You will need to relaunch Atom for this change to take effect." + buttons: ['Quit Atom', 'Cancel'] if chosen is 0 # once we're using electron v.1.2.2 # app.relaunch()