diff options
Diffstat (limited to 'actions')
-rw-r--r-- | actions/favor.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/actions/favor.php b/actions/favor.php index a5163efed..a4baa817a 100644 --- a/actions/favor.php +++ b/actions/favor.php @@ -93,13 +93,13 @@ class FavorAction extends Action { $profile = $user->getProfile(); $bestname = $profile->getBestName(); $subject = sprintf(_('%s added your notice as a favorite'), $bestname); - $body = sprintf(_('%1$s just added your notice from %2$s as one of their favorites.\n\n' . - 'In case you forgot, you can see the text of your notice here:\n\n' . - '%3$s\n\n' . - 'You can see the list of %1$s\'s favorites here:\n\n' . - '%4$s\n\n' . - 'Faithfully yours,\n' . - '%5$s\n'), + $body = sprintf(_("%1\$s just added your notice from %2\$s as one of their favorites.\n\n" . + "In case you forgot, you can see the text of your notice here:\n\n" . + "%3\$s\n\n" . + "You can see the list of %1\$s's favorites here:\n\n" . + "%4\$s\n\n" . + "Faithfully yours,\n" . + "%5\$s\n"), $bestname, common_exact_date($notice->created), common_local_url('shownotice', array('notice' => $notice->id)), |