Make installation success message a little friendlier
This commit is contained in:
parent
6e62a54952
commit
f047b4826f
@ -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