diff --git a/lib/base.php b/lib/base.php
index d29a95ecec9ef838aacac931e50748dcb8557eb0..69b01a447020a084262503e32a0e690cba9276ca 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);
 		}