diff options
Diffstat (limited to 'src/game/GameController.cpp')
| -rw-r--r-- | src/game/GameController.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/GameController.cpp b/src/game/GameController.cpp index f7e1dd9..f218d67 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 { |
