summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/account.php10
-rw-r--r--www/wot.php2
2 files changed, 5 insertions, 7 deletions
diff --git a/includes/account.php b/includes/account.php
index 32132bb..b137c57 100644
--- a/includes/account.php
+++ b/includes/account.php
@@ -1332,9 +1332,8 @@
echo '<h3>', _("Pass Phrase Changed Successfully"), '</h3>', "\n";
echo _("Your Pass Phrase has been updated and your primary email account has been notified of the change.");
$body = sprintf(_("Hi %s,"),$_SESSION['profile']['fname'])."\n\n";
- $body .= _("You are receiving this email because you or ".
- "someone else has changed the password on your ".
- "account.")."\n\n";
+ $body .= _("You are receiving this email because you or someone else ".
+ "has changed the password on your account.")."\n\n";
$body .= _("Best regards")."\n"._("CAcert.org Support!");
@@ -2594,9 +2593,8 @@
$body = sprintf(_("Hi %s,"),$row['fname'])."\n\n";
- $body .= _("You are receiving this email because a CAcert ".
- "administrator has changed the password on your ".
- "account.")."\n\n";
+ $body .= _("You are receiving this email because a CAcert administrator ".
+ "has changed the password on your account.")."\n\n";
$body .= _("Best regards")."\n"._("CAcert.org Support!");
diff --git a/www/wot.php b/www/wot.php
index d35864f..ffc097b 100644
--- a/www/wot.php
+++ b/www/wot.php
@@ -335,7 +335,7 @@ $iecho= "c";
{
$body .= _("You have at least 100 Assurance Points. If you want ".
"to become an assurer try the Assurer Challenge").
- " ( https://cats.cacert.org )\n\n";
+ " ( 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 ".