[Pkg-owncloud-commits] [owncloud] 42/199: fix grammar
David Prévot
taffit at moszumanska.debian.org
Sun Jun 1 18:53:07 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 59125cb796199f375672df62cb4fabc22b712228
Author: Volkan Gezer <volkangezer at gmail.com>
Date: Sun May 25 20:42:52 2014 +0200
fix grammar
---
apps/files_encryption/files/error.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/files_encryption/files/error.php b/apps/files_encryption/files/error.php
index 317cea0..f925442 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') {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list