From 8407c75f6bbfdd603955d17657bdd226e29fa563 Mon Sep 17 00:00:00 2001 From: KFCSpike Date: Sat, 25 Jan 2014 14:56:49 +0000 Subject: [PATCH] Task14 - Tweak --- GameEngine/Lang/en.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GameEngine/Lang/en.php b/GameEngine/Lang/en.php index 029e4984..a5f7b982 100644 --- a/GameEngine/Lang/en.php +++ b/GameEngine/Lang/en.php @@ -209,8 +209,8 @@ define("Q13_RESP","Very good, your village grows and thrives!"); define("Q14","Task 14: Instructions"); define("Q14_DESC","In the ingame instructions you can find short information texts about different buildings and types of units.

Click on 'instructions' at the left to find out how much lumber is required for the barracks."); -define("Q14_ORDER","Order:<\/p>Enter how much lumber barracks cost"); -define("Q14_BUTN","Send"); +define("Q14_ORDER","Order:<\/p>Enter how much lumber the barracks cost"); +define("Q14_BUTN","complete task"); define("Q14_RESP","Exactly! Barracks cost 210 lumber."); define("Q15","Task 15: Main Building");