diff --git a/GameEngine/Profile.php b/GameEngine/Profile.php index e1b98d0a..9d16f0df 100755 --- a/GameEngine/Profile.php +++ b/GameEngine/Profile.php @@ -88,8 +88,8 @@ class Profile { if($check !== true){ $messages = [ - "TROOPS_MOVING" => "There are no outgoing troops", - "INCOMING_TROOPS" => "There are no incoming troops", + "TROOPS_MOVING" => "You still have troops moving", + "INCOMING_TROOPS" => "You have incoming troops", "REINFORCEMENTS" => "You have reinforcements on your villages", "WW" => "You own a Wonder of the World", "ARTEFACTS" => "You own artefacts", diff --git a/gpack/travian_default/lang/en/compact.css b/gpack/travian_default/lang/en/compact.css index 42c2a54e..fcf30636 100644 --- a/gpack/travian_default/lang/en/compact.css +++ b/gpack/travian_default/lang/en/compact.css @@ -3,7 +3,7 @@ BODY COLOR: #6495ED; /* 1 */ font-size:10pt; font-weight:light; /* 2 */ -font-style:italic; /* 3 */ +font-style:normal; /* 3 */ background:#FFF; background:url(img/bg.gif); /* 4 */ background-repeat:repeat; /* 5 */