Fix some typos

This commit is contained in:
KFCSpike
2013-12-02 21:37:01 +00:00
parent 709e1fefa5
commit fac62d802c
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -63,7 +63,7 @@ include("alli_menu.tpl");
<tr><td class="rbg" colspan="4">Medals</td></tr>
<tr>
<td>Category</td>
<td>Rang</td>
<td>Rank</td>
<td>Week</td>
<td>BB-Code</td>
</tr>
@@ -99,7 +99,7 @@ INDELING CATEGORIEEN:
$titel="Robber of the week";
break;
case "5":
$titel="Top 10 of both attacckers and defenders";
$titel="Top 10 of both attackers and defenders";
break;
case "6":
$titel="Top 3 of Attackers of week ".$medal['points']." in a row";
+2 -2
View File
@@ -50,7 +50,7 @@ switch ($medal['categorie']) {
$woord="Resources";
break;
case "5":
$titel="Receiving this medal shows that your alliance was in the top 3 of both attacckers and defenders of the week.";
$titel="Receiving this medal shows that your alliance was in the top 3 of both attackers and defenders of the week.";
$bonus[$medal['id']]=1;
break;
case "6":
@@ -58,7 +58,7 @@ switch ($medal['categorie']) {
$bonus[$medal['id']]=1;
break;
case "7":
$titel="Receiving this medal shows that your alliance was in the top 3 of the deffenders of the week ".$medal['points']." in a row";
$titel="Receiving this medal shows that your alliance was in the top 3 of the defenders of the week ".$medal['points']." in a row";
$bonus[$medal['id']]=1;
break;
case "8":
+1 -1
View File
@@ -67,7 +67,7 @@ switch ($medal['categorie']) {
$woord="Resources";
break;
case "5":
$titel="Receiving this medal shows that you where in the top 10 of both attacckers and defenders of the week.";
$titel="Receiving this medal shows that you where in the top 10 of both attackers and defenders of the week.";
$bonus[$medal['id']]=1;
break;
case "6":
+2 -2
View File
@@ -65,7 +65,7 @@ include("menu.tpl"); ?>
<tr><td class="rbg" colspan="4">Medals</td></tr>
<tr>
<td>Category</td>
<td>Rang</td>
<td>Rank</td>
<td>Week</td>
<td>BB-Code</td>
</tr>
@@ -101,7 +101,7 @@ INDELING CATEGORIEEN:
$titel="Robber of the week";
break;
case "5":
$titel="Top 10 of both attacckers and defenders";
$titel="Top 10 of both attackers and defenders";
break;
case "6":
$titel="Top 3 of Attackers of week ".$medal['points']." in a row";