aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--inc/messages.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/inc/messages.inc b/inc/messages.inc
index 5b1631f..9f3a09d 100644
--- a/inc/messages.inc
+++ b/inc/messages.inc
@@ -5,7 +5,10 @@ $messages = array(
"gold_insufficient" => "You don't have enough gold.",
"shop_missing_item" => "This item does not exist.",
"guild_not_yet_created" => "You need to create a guild first.",
- "guild_already_built" => "You have aready built a guild."
+ "guild_already_built" => "You have aready built a guild.",
+
+ "gamesave_ok" => "Game saved.",
+ "gamesave_error" => "An error occured when trying to save the game.",
);
function sendMessage($type, $msg) {