diff --git a/Templates/Alliance/allidesc.tpl b/Templates/Alliance/allidesc.tpl
index 86673e81..6cd0ca34 100644
--- a/Templates/Alliance/allidesc.tpl
+++ b/Templates/Alliance/allidesc.tpl
@@ -63,7 +63,7 @@ include("alli_menu.tpl");
| Medals |
| Category |
- Rang |
+ Rank |
Week |
BB-Code |
@@ -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";
diff --git a/Templates/Alliance/medal.php b/Templates/Alliance/medal.php
index 2f7f068b..3d9de4c1 100644
--- a/Templates/Alliance/medal.php
+++ b/Templates/Alliance/medal.php
@@ -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":
diff --git a/Templates/Profile/medal.php b/Templates/Profile/medal.php
index fe10cf18..b26005b3 100644
--- a/Templates/Profile/medal.php
+++ b/Templates/Profile/medal.php
@@ -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":
diff --git a/Templates/Profile/profile.tpl b/Templates/Profile/profile.tpl
index 783d2793..557a8ab1 100644
--- a/Templates/Profile/profile.tpl
+++ b/Templates/Profile/profile.tpl
@@ -65,7 +65,7 @@ include("menu.tpl"); ?>
| Medals |
| Category |
- Rang |
+ Rank |
Week |
BB-Code |
@@ -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";