summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption
diff options
context:
space:
mode:
authorVolkan Gezer <volkangezer@gmail.com>2014-05-25 20:42:52 +0200
committerVolkan Gezer <volkangezer@gmail.com>2014-05-25 20:42:52 +0200
commit59125cb796199f375672df62cb4fabc22b712228 (patch)
tree33be268bc0893769f1b54a1cde2900da8b31b47c /apps/files_encryption
parent5fa67a4fb0f5e9bd2413336e3de5a02e41215d19 (diff)
downloadnextcloud-server-59125cb796199f375672df62cb4fabc22b712228.tar.gz
nextcloud-server-59125cb796199f375672df62cb4fabc22b712228.zip
fix grammar
Diffstat (limited to 'apps/files_encryption')
-rw-r--r--apps/files_encryption/files/error.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_encryption/files/error.php b/apps/files_encryption/files/error.php
index 317cea05a12..f925442612d 100644
--- a/apps/files_encryption/files/error.php
+++ b/apps/files_encryption/files/error.php
@@ -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') {