From 9b6e91086b29554fd04362f6c87ea148718e8b1c Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 5 Apr 2012 02:15:03 -0700 Subject: make 'PHP "register_argc_argv"' easier to translate, may require fix for po2php --- mod/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/install.php') diff --git a/mod/install.php b/mod/install.php index 003d81c6a..d1142248a 100755 --- a/mod/install.php +++ b/mod/install.php @@ -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); } -- cgit v1.2.3