forked from GNUsocial/gnu-social
format string, again
darcs-hash:20080712205220-84dde-c58df22d58fa4d483a0ca09c3d9c74e4e22eb6a7.gz
This commit is contained in:
parent
96b2ef7dd9
commit
4a4ab2bdbf
@ -83,9 +83,9 @@ class SubscribeAction extends Action {
|
|||||||
$headers['To'] = $name . ' <' . $listenee->email . '>';
|
$headers['To'] = $name . ' <' . $listenee->email . '>';
|
||||||
$headers['Subject'] = sprintf(_('%1$s is now listening to your notices on %2$s.'), $other->getBestName(),
|
$headers['Subject'] = sprintf(_('%1$s is now listening to your notices on %2$s.'), $other->getBestName(),
|
||||||
common_config('site', 'name'));
|
common_config('site', 'name'));
|
||||||
$body = sprintf(_("%1$s is now listening to your notices on %2$s.\n\n".
|
$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".
|
||||||
"Faithfully yours,\n%4$s\n"),
|
'Faithfully yours,'."\n".'%4$s.'."\n"),
|
||||||
$long_name,
|
$long_name,
|
||||||
common_config('site', 'name'),
|
common_config('site', 'name'),
|
||||||
$other->profileurl,
|
$other->profileurl,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user