]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix error string
authorBjörn Schießle <schiessle@owncloud.com>
Mon, 1 Jul 2013 10:24:21 +0000 (12:24 +0200)
committerBjörn Schießle <schiessle@owncloud.com>
Mon, 1 Jul 2013 10:24:21 +0000 (12:24 +0200)
apps/files_encryption/hooks/hooks.php

index 786de177e89e27c0d99b70d987023d5d29710b18..f340425e0f08a53cb3d37c91fad7896ec684de56 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 >0 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 was 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