From 47eed2c99906fefb1f43ad186da91e526d2741cf Mon Sep 17 00:00:00 2001
From: Siebrand Mazeland <s.mazeland@xs4all.nl>
Date: Sat, 10 Apr 2010 00:07:20 +0200
Subject: Update message formatting for serverError to use a starting capital
 and a leading period.

---
 actions/remotesubscribe.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'actions/remotesubscribe.php')

diff --git a/actions/remotesubscribe.php b/actions/remotesubscribe.php
index c723d53a1..9fc235e74 100644
--- a/actions/remotesubscribe.php
+++ b/actions/remotesubscribe.php
@@ -188,7 +188,7 @@ class RemotesubscribeAction extends Action
         $profile = $user->getProfile();
         if (!$profile) {
             common_log_db_error($user, 'SELECT', __FILE__);
-            $this->serverError(_('User without matching profile'));
+            $this->serverError(_('User without matching profile.'));
             return;
         }
 
-- 
cgit v1.2.3-54-g00ecf