From f3cc33d499c3b4ae1fc9cff80dd277fd8674a99c Mon Sep 17 00:00:00 2001 From: skodak Date: Fri, 2 May 2008 07:41:33 +0000 Subject: [PATCH] MDL-14652 missing closing p added - thanks Koen --- lang/en_utf8/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/install.php b/lang/en_utf8/install.php index 25deb88aea..930c7fa436 100644 --- a/lang/en_utf8/install.php +++ b/lang/en_utf8/install.php @@ -296,7 +296,7 @@ $string['pgsqlextensionisnotpresentinphp'] = 'PHP has not been properly configur $string['php52versionerror'] = 'PHP version must be at least 5.2.0.'; $string['php52versionhelp'] = '

Moodle requires a PHP version of at least 5.2.0.

You are currently running version $a

-

You must upgrade PHP or move to a host with a newer version of PHP!'; +

You must upgrade PHP or move to a host with a newer version of PHP!

'; $string['phpversion'] = 'PHP version'; $string['phpversionhelp'] = '

Moodle requires a PHP version of at least 4.3.0 or 5.1.0 (5.0.x has a number of known problems).

You are currently running version $a

-- 2.39.5