diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-12 16:52:20 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-12 16:52:20 -0400 |
commit | 4a4ab2bdbfc9dad60cc94dc903462195c3a0e669 (patch) | |
tree | d48e8e370f0b00b3db06d4d650d774e92714b115 /actions/subscribe.php | |
parent | 96b2ef7dd9e0c7fec69c5b0457078f95268f3d59 (diff) |
format string, again
darcs-hash:20080712205220-84dde-c58df22d58fa4d483a0ca09c3d9c74e4e22eb6a7.gz
Diffstat (limited to 'actions/subscribe.php')
-rw-r--r-- | actions/subscribe.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/actions/subscribe.php b/actions/subscribe.php index 2bcb00f2c..6499705ec 100644 --- a/actions/subscribe.php +++ b/actions/subscribe.php @@ -83,9 +83,9 @@ class SubscribeAction extends Action { $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, |