This commit is contained in:
Nayla Hanegan 2023-04-24 10:44:58 -04:00
commit 59a3ef26ce
No known key found for this signature in database
GPG key ID: BAFE9001DA16CFA2
2 changed files with 13 additions and 30 deletions

View file

@ -409,7 +409,7 @@ void NetPlayDialog::ConnectWidgets()
Settings::Instance().GetNetPlayClient()->RequestStopGame();
}
if (state == Core::State::Uninitialized)
DisplayMessage(tr("Stopped game"), "red");
DisplayMessage(tr("Stopped game, Please wait for everyone to close the game before relaunching!"), "red");
}
});