diff options
author | Janis Streib <janis@dogcraft.de> | 2015-01-21 23:11:22 +0100 |
---|---|---|
committer | Janis Streib <janis@dogcraft.de> | 2015-01-21 23:11:22 +0100 |
commit | c564dabc866e37d6af3e0d26d26cc1c09af26290 (patch) | |
tree | 2258cb39823665be7b8d9799a51ffb281dbc70bb | |
parent | 011b4c1a1538356ac1c301789fc0d96dafcf105f (diff) | |
download | cacert-devel-c564dabc866e37d6af3e0d26d26cc1c09af26290.tar.gz cacert-devel-c564dabc866e37d6af3e0d26d26cc1c09af26290.tar.xz cacert-devel-c564dabc866e37d6af3e0d26d26cc1c09af26290.zip |
bug-1129: Better wording in mailbug-1129
-rw-r--r-- | pages/account/43.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/43.php b/pages/account/43.php index a9218c6..1003a63 100644 --- a/pages/account/43.php +++ b/pages/account/43.php @@ -328,7 +328,7 @@ if(intval($_REQUEST['userid']) > 0) { <? } else { $body = sprintf(_("Hi %s,"),$row['fname'])."\n\n"; - $body .= sprintf(_("You receive this automatic mail since a supporter ". + $body .= sprintf(_("You receive this automatic mail becasue a supporter ". "looked up your secret questions and answers for a forgotten ". "password.\n\n". "Time: %s\n\n". |