From 178e58aef1f6894772f6c757407d006895229c24 Mon Sep 17 00:00:00 2001 From: KFCSpike Date: Sat, 25 Jan 2014 13:10:57 +0000 Subject: [PATCH] Task6 - Tweak completion message --- 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 fea31a98..62aa49b3 100644 --- a/GameEngine/Lang/en.php +++ b/GameEngine/Lang/en.php @@ -159,8 +159,8 @@ define("Q5_RESP","As you noticed, building orders take rather long. The world of define("Q6","Task 6: Messages"); define("Q6_DESC","You can talk to other players using the messaging system. I sent a message to you. Read it and come back here.

P.S. Don't forget: on the left the reports, on the right the messages."); define("Q6_ORDER","Order:<\/p>Read your new message."); -define("Q6_RESP","You received it? Very good.

Here is some Gold. With Gold you can do several things, e.g. extend your in the left hand menu."); -define("Q6_RESP1","-Account or increase your resource production.To do so click "); +define("Q6_RESP","You received it? Very good.

Here is some Gold. With Gold you can do several things, e.g. extend your "); +define("Q6_RESP1"," Account or increase your resource production.To do so click "); define("Q6_RESP2","in the left hand menu."); define("Q6_SUBJECT","Message From The Taskmaster"); define("Q6_MESSAGE","You are to be informed that a nice reward is waiting for you at the taskmaster.

Hint: The message has been generated automatically. An answer is not necessary.");