diff --git a/Templates/goldClub/farmlist.tpl b/Templates/goldClub/farmlist.tpl index ba9be399..41f7ee1a 100644 --- a/Templates/goldClub/farmlist.tpl +++ b/Templates/goldClub/farmlist.tpl @@ -40,7 +40,7 @@ while($row = mysql_fetch_array($sql)){ Village - Ew + Pop Distance Troops LastRaid @@ -53,7 +53,7 @@ while($row = mysql_fetch_array($sql)){ $sql2 = mysql_query("SELECT * FROM ".TB_PREFIX."raidlist WHERE lid = $lid ORDER BY distance ASC"); $query2 = mysql_num_rows($sql2); if($query2 == 0) { - echo 'There is no any raid list.'; + echo 'There is not any raid list.'; }else{ while($row = mysql_fetch_array($sql2)){ $id= $row['id'];$lid = $row['lid'];$towref = $row['towref'];$x = $row['x'];$y = $row['y']; @@ -94,22 +94,22 @@ $vdata = $database->getVillage($towref); ?>