From f047b4826f9ea74b34b24031cc9d38eb81f46f54 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Sat, 15 Dec 2012 16:57:25 +0000 Subject: Make installation success message a little friendlier 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 { -- cgit v0.9.2-21-gd62e