mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-26 03:55:08 +02:00
Merge pull request #6931 from Atlante45/fix/quit-wording
Change server exit popup wording
This commit is contained in:
commit
f4925d72ed
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue