summaryrefslogtreecommitdiff
path: root/lib/mail.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-10-04 15:22:02 -0700
committerBrion Vibber <brion@pobox.com>2010-10-04 15:22:02 -0700
commitf58008ebaff81cd8066c21b4a389de2fc9383259 (patch)
treeb9b16004f403e9b2f8a4d8b856449d71ad003173 /lib/mail.php
parentde185a14057e52d6acd306a643eb8f38cd83973e (diff)
parentc6e8fbebefe7182b9584501d55bc0b32ce7b53a1 (diff)
Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'lib/mail.php')
-rw-r--r--lib/mail.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/mail.php b/lib/mail.php
index ab5742e33..a3b3e05b8 100644
--- a/lib/mail.php
+++ b/lib/mail.php
@@ -252,14 +252,14 @@ function mail_subscribe_notify_profile($listenee, $other)
// TRANS: Main body of new-subscriber notification e-mail
$body = sprintf(_('%1$s is now listening to your notices on %2$s.'."\n\n".
- "\t".'%3$s'."\n\n".
+ "\t".'%3\$s'."\n\n".
'%4$s'.
'%5$s'.
'%6$s'.
- "\n".'Faithfully yours,'."\n".'%7$s.'."\n\n".
+ "\n".'Faithfully yours,'."\n".'%7\$s.'."\n\n".
"----\n".
"Change your email address or ".
- "notification options at ".'%8$s' ."\n"),
+ "notification options at ".'%8\$s' ."\n"),
$long_name,
common_config('site', 'name'),
$other->profileurl,