--- E:\CAcert\test1\cacert\includes\general.php Di Jun 30 23:46:20 2009
+++ E:\CAcert\test1\cacert\includes\general.php.orig Do Jun 25 22:09:26 2009
@@ -881,9 +881,9 @@
} elseif ($Status == 3) {
$Result = _("You have passed the Assurer Challenge, but to become an Assurer you still have to reach 100 Assurance Points!");
} elseif ($Status == 5) {
- $Result = _("You have at least 100 Assurance Points, if you want to become an assurer try the").' '._("Assurer Challenge").'!';
+ $Result = _("You have at least 100 Assurance Points, if you want to become an assurer try the").' =_("Assurer Challenge")?>!';
} elseif ($Status == 7) {
- $Result = _("To become an Assurer you have to collect 100 Assurance Points and pass the").' '._("Assurer Challenge").'!';
+ $Result = _("To become an Assurer you have to collect 100 Assurance Points and pass the").' =_("Assurer Challenge")?>!';
} elseif ($Status & 8 > 0) {
$Result = _("Sorry, you are not allowed to be an Assurer. Please contact").' cacert-support@lists.cacert.org'._(" if you feel that this is not corect.");
} else {