diff --git a/src/game/GameController.cpp b/src/game/GameController.cpp index f7e1dd998..f218d67fa 100644 --- a/src/game/GameController.cpp +++ b/src/game/GameController.cpp @@ -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 {