mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-30 19:29:52 +02:00
Make installation success message a little friendlier
This commit is contained in:
@@ -251,7 +251,7 @@ void GameController::Install()
|
||||
{
|
||||
if(Client::Ref().DoInstallation())
|
||||
{
|
||||
new InformationMessage("Install Success", "The installation completed without error");
|
||||
new InformationMessage("Install Success", "The installation completed!");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user