Make installation success message a little friendlier

This commit is contained in:
Simon Robertshaw 2012-12-15 16:57:25 +00:00
parent 6e62a54952
commit f047b4826f

View File

@ -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
{