summaryrefslogtreecommitdiff
path: root/src/game/GameController.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/GameController.cpp')
-rw-r--r--src/game/GameController.cpp2
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
{