summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorINOPIAE <inopiae@cacert.org>2013-01-06 22:07:02 +0100
committerINOPIAE <inopiae@cacert.org>2013-01-06 22:07:02 +0100
commited39380be6a336ab93bf74848226acf03d4a3024 (patch)
tree780d8b6fc6a80e66eef5ffd6c3fb726a8094f8fb
parente6ca97e0cd0ba7c08b4a4299eead02894ccff9f4 (diff)
downloadcacert-devel-ed39380be6a336ab93bf74848226acf03d4a3024.tar.gz
cacert-devel-ed39380be6a336ab93bf74848226acf03d4a3024.tar.xz
cacert-devel-ed39380be6a336ab93bf74848226acf03d4a3024.zip
bug 1112: small typo changes
-rw-r--r--www/wot.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wot.php b/www/wot.php
index d01fe2e..07845db 100644
--- a/www/wot.php
+++ b/www/wot.php
@@ -133,8 +133,8 @@ function send_reminder()
$my_translation = L10n::get_translation();
L10n::set_translation($_SESSION['_config']['notarise']['language']);
if ($_POST['ttp']!='') {
- //This mail does not need to be transalted
- $body = "Hi TTP adminstrators, \n\n ";
+ //This mail does not need to be translated
+ $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";