From 3bdfb4d8eb0eb1a6231d79e45f4c981edf238b5f Mon Sep 17 00:00:00 2001 From: Philipp Dunkel Date: Mon, 15 Jun 2009 21:02:02 +0000 Subject: [PATCH] Fixed spaces for gettext --- www/wot.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/wot.php b/www/wot.php index 79159a0..25eb213 100644 --- a/www/wot.php +++ b/www/wot.php @@ -339,7 +339,7 @@ if(($drow['total'] + $newpoints) >= 100 && $newpoints > 0) { // $body .= _("You now have over 100 points and can start assuring others.")."\n\n"; - $body .= _("You have at least 100 Assurance Points, if you want to become an assurer try the "); + $body .= _("You have at least 100 Assurance Points, if you want to become an assurer try the")." "; $body .= _("Assurer Challenge")." ( https://cats.cacert.org )\n\n"; $body .= _("To make it easier for others in your area to find you, it's helpful to list yourself as an assurer (this is voluntary), as well as a physical location where you live or work the most. You can flag your account to be listed, and add a comment to the display by going to:")."\n\n"; $body .= "https://www.cacert.org/wot.php?id=8\n\n"; @@ -450,7 +450,7 @@ sendmail($user['email'], "[CAcert.org] ".$_REQUEST['subject'], $_REQUEST['message'], $_SESSION['profile']['email'], "", "", $_SESSION['profile']['fname']." ".$_SESSION['profile']['lname']); showheader(_("My CAcert.org Account!")); - echo "

"._("Your email has been sent to ").$user['fname'].".

"; + echo "

"._("Your email has been sent to")." ".$user['fname'].".

"; echo "

[ Go Back ]

\n"; showfooter(); exit;