From f047b4826f9ea74b34b24031cc9d38eb81f46f54 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Sat, 15 Dec 2012 16:57:25 +0000 Subject: [PATCH] Make installation success message a little friendlier --- src/game/GameController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {