diff options
author | zotlabs <mike@macgirvin.com> | 2016-12-04 17:27:29 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-12-04 17:27:29 -0800 |
commit | d9312dbefb8a7310338db07250ae17f4fa871ae5 (patch) | |
tree | 081a9f99dd3a8b309bd1abfb2a3a8a035b57318d /Zotlabs | |
parent | 5cb638bd4112f14c8bacf6cf566eb935f9c26ae7 (diff) | |
download | volse-hubzilla-d9312dbefb8a7310338db07250ae17f4fa871ae5.tar.gz volse-hubzilla-d9312dbefb8a7310338db07250ae17f4fa871ae5.tar.bz2 volse-hubzilla-d9312dbefb8a7310338db07250ae17f4fa871ae5.zip |
setup: a bit more text cleanup
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Setup.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; |