]> source.dussan.org Git - nextcloud-server.git/commitdiff
improved error message
authorBjörn Schießle <schiessle@owncloud.com>
Tue, 2 Jul 2013 08:14:33 +0000 (10:14 +0200)
committerBjörn Schießle <schiessle@owncloud.com>
Thu, 4 Jul 2013 14:35:06 +0000 (16:35 +0200)
apps/files_encryption/hooks/hooks.php

index 182063e9f8d36fc39488fd7ddfdeabed5e7afa67..a511c5523f82e697708a55a6b5dbbde84a9c8cbc 100644 (file)
@@ -42,7 +42,7 @@ class Hooks {
                //check if all requirements are met\r
                if(!Helper::checkRequirements() ) {\r
                        $error_msg = $l->t("Missing requirements.");\r
-                       $hint = $l->t('Please make sure that the OpenSSL module and PHP >= 5.3.3 is installed. For now the encryption app was disabled.');\r
+                       $hint = $l->t('Please make sure that the OpenSSL module and PHP >= 5.3.3 is installed. For now, the encryption app has been disabled.');\r
                        \OC_App::disable('files_encryption');\r
                        \OCP\Util::writeLog('Encryption library', $error_msg . ' ' . $hint, \OCP\Util::ERROR);\r
                        \OCP\Template::printErrorPage($error_msg, $hint);\r