diff options
author | Benny Baumann <BenBE@geshi.org> | 2015-02-03 21:40:24 +0100 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2015-02-03 21:40:24 +0100 |
commit | c173be1792eaf01c747f8a65f248593ae9f83334 (patch) | |
tree | c234cfaea634bdfa225b11f975cf9a45a9e540df /pages | |
parent | 00f5b2872ad0613595aba5c1fb6deede85201c0c (diff) | |
parent | c564dabc866e37d6af3e0d26d26cc1c09af26290 (diff) | |
download | cacert-devel-c173be1792eaf01c747f8a65f248593ae9f83334.tar.gz cacert-devel-c173be1792eaf01c747f8a65f248593ae9f83334.tar.xz cacert-devel-c173be1792eaf01c747f8a65f248593ae9f83334.zip |
Merge branch 'bug-1129' into testserver-stable
Diffstat (limited to 'pages')
-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 9f3b704..f464847 100644 --- a/pages/account/43.php +++ b/pages/account/43.php @@ -321,7 +321,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". |