diff options
author | Felix Dörre <felix@dogcraft.de> | 2014-09-09 23:32:59 +0200 |
---|---|---|
committer | Felix Dörre <felix@dogcraft.de> | 2014-09-09 23:32:59 +0200 |
commit | 2bf1684067b9b12b88a9144eb1aade57da17d58f (patch) | |
tree | b6f1e526cffdfa4a391bcffcc5af1df69b9604ef /pages | |
parent | 556cd8460d360017ecf66c82d4f24d615fa5e93a (diff) | |
download | cacert-devel-2bf1684067b9b12b88a9144eb1aade57da17d58f.tar.gz cacert-devel-2bf1684067b9b12b88a9144eb1aade57da17d58f.tar.xz cacert-devel-2bf1684067b9b12b88a9144eb1aade57da17d58f.zip |
bug-612: small fixups in code style
Diffstat (limited to 'pages')
-rw-r--r-- | pages/account/13.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/13.php b/pages/account/13.php index 5bbbfcb..c982a2d 100644 --- a/pages/account/13.php +++ b/pages/account/13.php @@ -29,7 +29,7 @@ $body = sprintf(_("Hi %s,"),$user['fname'])."\n\n"; $ip = anonymizeIp($_SERVER['REMOTE_ADDR']); if($ip === false) - $ip = "Error"; + $ip = _("Error"); $body .= sprintf(_("You receive this automatic mail since you yourself or someone ". "else looked up your secret questions and answers for a forgotten ". "password.\n\n". |