mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-31 03:39:57 +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())
|
if(Client::Ref().DoInstallation())
|
||||||
{
|
{
|
||||||
new InformationMessage("Install Success", "The installation completed without error");
|
new InformationMessage("Install Success", "The installation completed!");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user