diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-03 12:58:59 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-03 12:58:59 (GMT) |
| commit | c996d01228f37f3f59b7157deb6e4c695a9654df (patch) | |
| tree | f5b42e4fb8b4c2e7c41b20de19a6f588cc6e7ce4 /src/game/GameController.cpp | |
| parent | e5f96cd3c97833bea60e562e810cc9c66e018172 (diff) | |
| download | powder-c996d01228f37f3f59b7157deb6e4c695a9654df.zip powder-c996d01228f37f3f59b7157deb6e4c695a9654df.tar.gz | |
Make update notification a little better - correct colour. Correct multiline label for Confirm prompt
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 5c5c928..8ece34b 100644 --- a/src/game/GameController.cpp +++ b/src/game/GameController.cpp @@ -681,7 +681,7 @@ void GameController::NotifyUpdateAvailable(Client * sender) } }; - gameModel->AddNotification(new UpdateNotification(this, "An Update is available")); + gameModel->AddNotification(new UpdateNotification(this, "A new version is available - click here to download")); } void GameController::RemoveNotification(Notification * notification) |
