summaryrefslogtreecommitdiff
path: root/src/game/GameController.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-12-15 16:57:25 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-12-15 16:57:25 (GMT)
commitf047b4826f9ea74b34b24031cc9d38eb81f46f54 (patch)
treef5b52712554d4dfe52b0fbca05c9c9d484ba7594 /src/game/GameController.cpp
parent6e62a54952f4a8159bc8906c6b69275d959ac68d (diff)
downloadpowder-f047b4826f9ea74b34b24031cc9d38eb81f46f54.zip
powder-f047b4826f9ea74b34b24031cc9d38eb81f46f54.tar.gz
Make installation success message a little friendlier
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
{