diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-08-26 20:48:54 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-08-26 20:48:54 -0400 |
commit | 0ce9b205663151a3f6986a580d0da76d58802083 (patch) | |
tree | d5214095e2a0f800999bf59832dc348841d1cb90 /actions/invite.php | |
parent | 6a57f42606677630582f33d8ce84bdc9313e410c (diff) |
fix runon string in invites format
darcs-hash:20080827004854-84dde-a558664ac7f02ff319e3c29ac4516f491abef29a.gz
Diffstat (limited to 'actions/invite.php')
-rw-r--r-- | actions/invite.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/invite.php b/actions/invite.php index 0953aaa69..5c34d3c06 100644 --- a/actions/invite.php +++ b/actions/invite.php @@ -164,7 +164,7 @@ class InviteAction extends Action { $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. " + "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". |