From 1f44222ed26f2fce907231c44f0d20a7bdeb68e1 Mon Sep 17 00:00:00 2001 From: Atlante45 Date: Mon, 25 Jan 2016 16:38:46 -0800 Subject: [PATCH] Change server exit popup wording --- server-console/src/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server-console/src/main.js b/server-console/src/main.js index 767f426608..d6cde89d09 100644 --- a/server-console/src/main.js +++ b/server-console/src/main.js @@ -110,8 +110,8 @@ function shutdown() { dialog.showMessageBox({ type: 'question', buttons: ['Yes', 'No'], - title: 'Are you sure?', - message: 'Quitting will stop your Server Console and your Home domain will no longer be running.' + title: 'Stopping Server Console', + message: 'Quitting will stop your Server Console and your Home domain will no longer be running.\nDo you wish to continue?' }, shutdownCallback); } else { shutdownCallback(0);