Merge pull request #172 from cosme12/patch-7

Marketplace text fix
This commit is contained in:
Shadow
2015-04-08 08:11:08 +03:00
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -827,6 +827,7 @@ define("TRANSPORT_TO","Transport to");
define("I_AN_SEARCHING","I'm searching");
define("I_AN_OFFERING","I'm offering");
define("OFFERS_MARKETPLACE","Offers at the marketplace");
define("NO_AVAILABLE_OFFERS","No offers at the marketplace");
define("OFFERED_TO_ME","Offered<br>to me");
define("WANTED_TO_ME","Wanted<br>from me");
define("NOT_ENOUGH_MERCHANTS","Not Enough Merchant");
+3 -3
View File
@@ -1,8 +1,8 @@
<div id="build" class="gid17"><a href="#" onClick="return Popup(17,4);" class="build_logo">
<img class="building g17" src="img/x.gif" alt="Marketplace" title="<?php echo MARKETPLACE;?>" />
</a>
<h1><?php echo LEVEL;?> <span class="level"><?php echo MARKETPLACE;?> <?php echo $village->resarray['f'.$id]; ?></span></h1>
<p class="build_desc"><?php echo LEVEL;?><?php echo MARKETPLACE_DESC;?></p>
<h1><span class="level"><?php echo MARKETPLACE;?> <?php echo LEVEL;?> <?php echo $village->resarray['f'.$id]; ?></span></h1>
<p class="build_desc"><?php echo MARKETPLACE_DESC;?></p>
<?php include("17_menu.tpl"); ?>
<form method="POST" action="build.php">
@@ -124,4 +124,4 @@ if(count($market->onmarket) > 0)
echo "</table>";
}
?>
</div>
</div>