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({
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);