aboutsummaryrefslogtreecommitdiffstats
path: root/mod/lostpass.php
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2011-03-11 00:22:21 +0100
committerfabrixxm <fabrix.xm@gmail.com>2011-03-11 00:22:21 +0100
commit9f7878057f356ba785de26877a660bb025cae31d (patch)
tree8682db6a66be0e5c663a279e6e2adb5f5765c022 /mod/lostpass.php
parent89781ba428f553e8eb4f415832e7e575adf141e0 (diff)
downloadvolse-hubzilla-9f7878057f356ba785de26877a660bb025cae31d.tar.gz
volse-hubzilla-9f7878057f356ba785de26877a660bb025cae31d.tar.bz2
volse-hubzilla-9f7878057f356ba785de26877a660bb025cae31d.zip
update source strings
Diffstat (limited to 'mod/lostpass.php')
-rw-r--r--mod/lostpass.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/lostpass.php b/mod/lostpass.php
index 30bdc059c..3dcf41be7 100644
--- a/mod/lostpass.php
+++ b/mod/lostpass.php
@@ -35,7 +35,7 @@ function lostpass_post(&$a) {
'$reset_link' => $a->get_baseurl() . '/lostpass?verify=' . $new_password
));
- $res = mail($email, t('Password reset requested at ') . $a->config['sitename'],
+ $res = mail($email, sprintf(t('Password reset requested at %s'),$a->config['sitename']),
$email_tpl, 'From: ' . t('Administrator') . '@' . $_SERVER[SERVER_NAME]);
goaway($a->get_baseurl());