From b6bb2b26ddf800f1779b32bff09bb2d60865d08a Mon Sep 17 00:00:00 2001
From: Andreas Fischer <bantu@owncloud.com>
Date: Fri, 1 Nov 2013 11:35:02 +0100
Subject: [PATCH] Make "Please contact your system administrator" a full
 sentence.

---
 lib/base.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/base.php b/lib/base.php
index d29a95ecec9..69b01a44702 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -313,7 +313,7 @@ class OC {
 			header('HTTP/1.1 500 Internal Server Error');
 			OC_Util::addStyle("styles");
 			$error = 'Session could not be initialized. Please contact your ';
-			$error .= 'system administrator';
+			$error .= 'system administrator.';
 
 			OC_Template::printErrorPage($error);
 		}
-- 
GitLab