From ee14a652dd1a0c252eb50f41f43e5db573799747 Mon Sep 17 00:00:00 2001 From: AMOS bot <amos@moodle.org> Date: Fri, 17 Jan 2014 00:48:05 +0000 Subject: [PATCH] Automatically generated installer lang files --- install/lang/en/error.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/lang/en/error.php b/install/lang/en/error.php index 5b8a665c227..1aa589ccae1 100644 --- a/install/lang/en/error.php +++ b/install/lang/en/error.php @@ -46,7 +46,8 @@ $string['dmlexceptiononinstall'] = '<p>A database error has occurred [{$a->error $string['downloadedfilecheckfailed'] = 'Downloaded file check failed'; $string['invalidmd5'] = 'The check variable was wrong - try again'; $string['missingrequiredfield'] = 'Some required field is missing'; -$string['remotedownloaderror'] = 'Download of component to your server failed, please verify proxy settings, PHP cURL extension is highly recommended.<br /><br />You must download the <a href="{$a->url}">{$a->url}</a> file manually, copy it to "{$a->dest}" in your server and unzip it there.'; +$string['remotedownloaderror'] = '<p>The download of the component to your server failed. Please verify proxy settings; the PHP cURL extension is highly recommended.</p> +<p>You must download the <a href="{$a->url}">{$a->url}</a> file manually, copy it to "{$a->dest}" in your server and unzip it there.</p>'; $string['wrongdestpath'] = 'Wrong destination path'; $string['wrongsourcebase'] = 'Wrong source URL base'; $string['wrongzipfilename'] = 'Wrong ZIP file name';