mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 15:23:22 +02:00
Change server exit popup wording
This commit is contained in:
parent
18375f42bd
commit
1f44222ed2
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue