]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix grammar
authorVolkan Gezer <volkangezer@gmail.com>
Sun, 25 May 2014 18:42:52 +0000 (20:42 +0200)
committerVolkan Gezer <volkangezer@gmail.com>
Sun, 25 May 2014 18:42:52 +0000 (20:42 +0200)
apps/files_encryption/files/error.php

index 317cea05a128cc8a8cc930c3066c12a266486dc4..f925442612d632928a1c0b674f4eef16f06a8e42 100644 (file)
@@ -19,12 +19,12 @@ if (!isset($_)) { //also provide standalone error page
                                $errorMsg = $l->t('Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you.');
                                break;
                        default:
-                               $errorMsg = $l->t("Unknown error please check your system settings or contact your administrator");
+                               $errorMsg = $l->t("Unknown error. Please check your system settings or contact your administrator");
                                break;
                }
        } else {
                $errorCode = \OCA\Encryption\Crypt::ENCRYPTION_UNKNOWN_ERROR;
-               $errorMsg = $l->t("Unknown error please check your system settings or contact your administrator");
+               $errorMsg = $l->t("Unknown error. Please check your system settings or contact your administrator");
        }
 
        if (isset($_GET['p']) && $_GET['p'] === '1') {