diff options
-rw-r--r-- | pages/wot/4.php | 4 | ||||
-rw-r--r-- | www/wot.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pages/wot/4.php b/pages/wot/4.php index 4847353..5167d96 100644 --- a/pages/wot/4.php +++ b/pages/wot/4.php @@ -43,7 +43,7 @@ if ($_SESSION['profile']['points']<100){ <form method="post" action="wot.php"> <table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper"> <tr> - <td class="DataTD"><?=_("Country you whant to visit the TTP")?></td> + <td class="DataTD"><?=_("Country you want to visit the TTP")?></td> <td class="DataTD"><select size="1" name="country"> <option>Australia</option> <option>Puerto Rico</option> @@ -77,6 +77,6 @@ if ($_SESSION['profile']['points']<100){ } } else { ?> - <p><?=_("You reached the maximum points that can be granted by the TTP programme and therefore you cannot takte part in the TTP programme any more.")?></p> + <p><?=_("You reached the maximum points that can be granted by the TTP programme and therefore you cannot take part in the TTP programme any more.")?></p> <? } diff --git a/www/wot.php b/www/wot.php index e0250c1..d01fe2e 100644 --- a/www/wot.php +++ b/www/wot.php @@ -134,8 +134,8 @@ function send_reminder() L10n::set_translation($_SESSION['_config']['notarise']['language']); if ($_POST['ttp']!='') { //This mail does not need to be transalted - $body = "Hi TTP adminstrators \n\n "; - $body .= $_SESSION['profile']['fname']." ". $_SESSION['profile']['lname'].", ".$_SESSION['profile']['email']." is requesting a TTP assurances for ".mysql_escape_string(stripslashes($_POST['country']))."."; + $body = "Hi TTP adminstrators, \n\n "; + $body .= "User ".$_SESSION['profile']['fname']." ". $_SESSION['profile']['lname']." with email address: ".$_SESSION['profile']['email']." is requesting a TTP assurances for ".mysql_escape_string(stripslashes($_POST['country'])).".\n\n""; if ($_POST['ttptopup']=='1') { $body .= "The user is requesting also the TTP TOPUP.\n\n"; }else{ |