diff --git a/Templates/Map/vilview.tpl b/Templates/Map/vilview.tpl
index 87904918..6b9a4146 100644
--- a/Templates/Map/vilview.tpl
+++ b/Templates/Map/vilview.tpl
@@ -469,7 +469,7 @@ if($type==18 or $type==19 or $type==20 or $type==21){
$enough_cp = false;
}
- $otext = ($basearray['occupied'] == 1)? "occupied" : "unoccupied";
+ $otext = ($oasis['name']);
if($village->unitarray['u'.$session->tribe.'0'] >= 3 AND $enough_cp) {
$test = "» Found new village.";
} elseif($village->unitarray['u'.$session->tribe.'0'] >= 3 AND !$enough_cp) {
@@ -487,7 +487,7 @@ if($type==18 or $type==19 or $type==20 or $type==21){
"» Raid $otext oasis. (build a rally point)" :
- "» Raid $otext oasis." :
+ "» Raid $otext." :
"$test"
?>