From c9c2d375ba55332cd96fc28bb0569db3131916b9 Mon Sep 17 00:00:00 2001
From: Evan Prodromou <evan@controlyourself.ca>
Date: Tue, 23 Sep 2008 04:08:55 -0400
Subject: [PATCH] comma to dot

darcs-hash:20080923080855-5ed1f-1c19826896f247e9d4f88da07a6fc2134726b4ed.gz
---
 lib/mail.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/mail.php b/lib/mail.php
index 9a04aabcbd..827e48e811 100644
--- a/lib/mail.php
+++ b/lib/mail.php
@@ -257,7 +257,7 @@ function mail_notify_message($message, $from=NULL, $to=NULL) {
 					  "You can reply to their message here:\n\n".
 					  "%4\$s\n\n".
 					  "Don't reply to this email; it won't get to them.\n\n".
-					  "With kind regards,\n",
+					  "With kind regards,\n".
 					  "%5\$s\n"),
 					$from_profile->getBestName(),
 					$from->nickname,
-- 
2.39.5