aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2016-05-04 14:37:33 +0200
committerpiernov <piernov@piernov.org>2016-05-04 14:37:33 +0200
commit676ea92ed1c88b7490feb17f90978f613783293d (patch)
treec0023e255e35a75a6f635a57ae4f130d18ec6cdc
parent64e184b901fd4e7c9a829d14c5c34416923171c3 (diff)
downloadcandybox-676ea92ed1c88b7490feb17f90978f613783293d.tar.gz
candybox-676ea92ed1c88b7490feb17f90978f613783293d.tar.bz2
candybox-676ea92ed1c88b7490feb17f90978f613783293d.tar.xz
candybox-676ea92ed1c88b7490feb17f90978f613783293d.zip
Missing comma
-rw-r--r--inc/messages.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/messages.inc b/inc/messages.inc
index c51adba..60ae678 100644
--- a/inc/messages.inc
+++ b/inc/messages.inc
@@ -6,7 +6,7 @@ $messages = array(
"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.",
- "dungeon_already_available" => "You can already access the dungeon"
+ "dungeon_already_available" => "You can already access the dungeon",
"gamesave_ok" => "Game saved.",
"gamesave_error" => "An error occured when trying to save the game.",