[Pkg-owncloud-commits] [owncloud] 80/457: Clean-up of orthography, grammar

David Prévot taffit at moszumanska.debian.org
Sun Jun 28 20:05:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 35207ae3638d2a38f30b184fe934a11eb7815feb
Author: Christian Hoffmann <cmeh at users.noreply.github.com>
Date:   Tue May 19 21:15:22 2015 +0200

    Clean-up of orthography, grammar
    
    * Changed "instead to" to "instead of".
    * Changed "setup" to "set up" (past participle).
---
 lib/private/util.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/private/util.php b/lib/private/util.php
index 3842d77..4288f8e 100644
--- a/lib/private/util.php
+++ b/lib/private/util.php
@@ -749,14 +749,14 @@ class OC_Util {
 		if($iniWrapper->getBool('mbstring.func_overload') !== null &&
 			$iniWrapper->getBool('mbstring.func_overload') === true) {
 			$errors[] = array(
-				'error' => $l->t('mbstring.func_overload is set to "%s" instead to the expected value "0"', [$iniWrapper->getString('mbstring.func_overload')]),
+				'error' => $l->t('mbstring.func_overload is set to "%s" instead of the expected value "0"', [$iniWrapper->getString('mbstring.func_overload')]),
 				'hint' => $l->t('To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini')
 			);
 		}
 
 		if (!self::isAnnotationsWorking()) {
 			$errors[] = array(
-				'error' => $l->t('PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible.'),
+				'error' => $l->t('PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible.'),
 				'hint' => $l->t('This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator.')
 			);
 		}

-- 
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