summaryrefslogtreecommitdiff
path: root/actions/invite.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-08-26 21:01:38 -0400
committerEvan Prodromou <evan@prodromou.name>2008-08-26 21:01:38 -0400
commitc55e3089c555c0a9f12b997f25b7f4f397a0e2c6 (patch)
tree8279d9d456e2e0507a0298ae9c770b34247a09c9 /actions/invite.php
parent37991eace858ab6b03f7bbc88bb6f784c4fb9b9f (diff)
fix format string, again again
darcs-hash:20080827010138-84dde-db15d5a4408a9cca08822b4c4946e2dfc60ea3db.gz
Diffstat (limited to 'actions/invite.php')
-rw-r--r--actions/invite.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/actions/invite.php b/actions/invite.php
index f94d945b9..04ae29a2e 100644
--- a/actions/invite.php
+++ b/actions/invite.php
@@ -167,17 +167,17 @@ class InviteAction extends Action {
$headers['To'] = $email;
$headers['Subject'] = sprintf(_('%1$s has invited you to join them on %2$s'), $bestname, $sitename);
- $body = sprintf(_("%1$s has invited you to join them on %2$s (%3$s).\n\n".
- "%2$s is a micro-blogging service that lets you keep up-to-date with people you know and people who interest you.\n\n".
+ $body = sprintf(_("%1\$s has invited you to join them on %2\$s (%3\$s).\n\n".
+ "%2\$s is a micro-blogging service that lets you keep up-to-date with people you know and people who interest you.\n\n".
"You can also share news about yourself, your thoughts, or your life online with people who know about you. ".
"It's also great for meeting new people who share your interests.\n\n".
- "%1$s said:\n\n%4$s\n\n".
- "You can see %1$s's profile page on %2$s here:\n\n".
- "%5$s\n\n".
+ "%1\$s said:\n\n%4\$s\n\n".
+ "You can see %1\$s's profile page on %2\$s here:\n\n".
+ "%5\$s\n\n".
"If you'd like to try the service, click on the link below to accept the invitation.\n\n".
- "%6$s\n\n".
+ "%6\$s\n\n".
"If not, you can ignore this message. Thanks for your patience and your time.\n\n".
- "Sincerely, %2$s\n"),
+ "Sincerely, %2\$s\n"),
$bestname,
$sitename,
common_root_url(),