Change server exit popup wording

This commit is contained in:
Atlante45 2016-01-25 16:38:46 -08:00
parent 18375f42bd
commit 1f44222ed2

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