From 0ce9b205663151a3f6986a580d0da76d58802083 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 26 Aug 2008 20:48:54 -0400 Subject: [PATCH] fix runon string in invites format darcs-hash:20080827004854-84dde-a558664ac7f02ff319e3c29ac4516f491abef29a.gz --- actions/invite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/invite.php b/actions/invite.php index 0953aaa69d..5c34d3c06b 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".