From d9312dbefb8a7310338db07250ae17f4fa871ae5 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sun, 4 Dec 2016 17:27:29 -0800 Subject: setup: a bit more text cleanup --- Zotlabs/Module/Setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs/Module/Setup.php') diff --git a/Zotlabs/Module/Setup.php b/Zotlabs/Module/Setup.php index e8ba0d257..b5258a28f 100644 --- a/Zotlabs/Module/Setup.php +++ b/Zotlabs/Module/Setup.php @@ -426,7 +426,7 @@ class Setup extends \Zotlabs\Web\Controller { if(function_exists('shell_exec')) $result = trim(shell_exec($cmd)); else - $help .= t('Unable to check command line PHP as shell_exec() is disabled. This is required.') . EOL; + $help .= t('Unable to check command line PHP, as shell_exec() is disabled. This is required.') . EOL; $passed2 = (($result == $str) ? true : false); if(!$passed2) { $help .= t('The command line version of PHP on your system does not have "register_argc_argv" enabled.'). EOL; -- cgit v1.2.3