diff options
author | Michael Tänzer <neo@nhng.de> | 2012-10-30 23:51:14 +0100 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2012-10-30 23:51:14 +0100 |
commit | d8f6a8160f62314dc94b9037089193d4ab295c9a (patch) | |
tree | d03217a669bfcab8aea19648d59a6e7b056c370d /includes | |
parent | 985d0184ab1e079881a4e469c783cc381d5794bd (diff) | |
download | cacert-devel-d8f6a8160f62314dc94b9037089193d4ab295c9a.tar.gz cacert-devel-d8f6a8160f62314dc94b9037089193d4ab295c9a.tar.xz cacert-devel-d8f6a8160f62314dc94b9037089193d4ab295c9a.zip |
bug 860: Add changes requested in comment ~3277bug-860
- add full stop at end of sentence
- more sensible word wrapping
Signed-off-by: Michael Tänzer <neo@nhng.de>
Diffstat (limited to 'includes')
-rw-r--r-- | includes/account.php | 10 |
1 files changed, 4 insertions, 6 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!"); |