$headers['To'] = $name . ' <' . $listenee->email . '>';
$headers['Subject'] = sprintf(_('%1$s is now listening to your notices on %2$s.'), $other->getBestName(),
common_config('site', 'name'));
- $body = sprintf(_("%1$s is now listening to your notices on %2$s.\n\n".
- "\t%3$s\n\n".
- "Faithfully yours,\n%4$s\n"),
+ $body = sprintf(_('%1$s is now listening to your notices on %2$s.'."\n\n".
+ "\t".'%3$s'."\n\n".
+ 'Faithfully yours,'."\n".'%4$s.'."\n"),
$long_name,
common_config('site', 'name'),
$other->profileurl,