From 091cf894a74d1a1d1cde1fd84b024252fcb1cce2 Mon Sep 17 00:00:00 2001 From: KFCSpike Date: Sat, 25 Jan 2014 14:54:39 +0000 Subject: [PATCH] Task13 - Tweak message to correctly show server name --- GameEngine/Lang/en.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameEngine/Lang/en.php b/GameEngine/Lang/en.php index 0dc4cf93..029e4984 100644 --- a/GameEngine/Lang/en.php +++ b/GameEngine/Lang/en.php @@ -203,7 +203,7 @@ define("Q12_ORDER","Order:<\/p>Construct a Cranny."); define("Q12_RESP","Well done, now it's way harder for your mean fellow players to plunder your village.

If under attack, your villagers will hide the resources in the Cranny all on their own."); define("Q13","Task 13: To Two."); -define("Q13_DESC","In there is always something to do! Extend one woodcutter, one clay pit, one iron mine and one cropland to level 2 each."); +define("Q13_DESC","In " . SERVER_NAME . " there is always something to do! Extend one woodcutter, one clay pit, one iron mine and one cropland to level 2 each."); define("Q13_ORDER","Order:<\/p>Extend one of each resource tile to level 2."); define("Q13_RESP","Very good, your village grows and thrives!");