Merge pull request #6931 from Atlante45/fix/quit-wording

Change server exit popup wording
This commit is contained in:
Ryan Huffman 2016-01-26 10:09:18 -08:00
commit f4925d72ed

View file

@ -110,8 +110,8 @@ function shutdown() {
dialog.showMessageBox({ dialog.showMessageBox({
type: 'question', type: 'question',
buttons: ['Yes', 'No'], buttons: ['Yes', 'No'],
title: 'Are you sure?', title: 'Stopping Server Console',
message: 'Quitting will stop your Server Console and your Home domain will no longer be running.' message: 'Quitting will stop your Server Console and your Home domain will no longer be running.\nDo you wish to continue?'
}, shutdownCallback); }, shutdownCallback);
} else { } else {
shutdownCallback(0); shutdownCallback(0);