]> git.mxchange.org Git - friendica.git/blobdiff - mod/install.php
make 'PHP "register_argc_argv"' easier to translate, may require fix for po2php
[friendica.git] / mod / install.php
index 003d81c6ab90f1612fc63dc7d1003c4f62bd4ed1..d1142248a3610c12d4db95f57b310b6011b4d7d9 100755 (executable)
@@ -340,7 +340,7 @@ function check_php(&$phpath, &$checks) {
                        $help .= t('The command line version of PHP on your system does not have "register_argc_argv" enabled.'). EOL;
                        $help .= t('This is required for message delivery to work.');
                }
-               check_add($checks, t('PHP "register_argc_argv"'), $passed, true, $help);
+               check_add($checks, t('PHP register_argc_argv'), $passed, true, $help);
        }