From: stronk7 Date: Fri, 10 Mar 2006 23:17:14 +0000 (+0000) Subject: Automatic installer.php by installer_builder (20060311) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=30f0de391eb8c57b9bfe816c554fc49d75832d5e;p=moodle.git Automatic installer.php by installer_builder (20060311) --- diff --git a/install/lang/en_utf8/installer.php b/install/lang/en_utf8/installer.php index a36d94e63f..c0dd57d9ce 100644 --- a/install/lang/en_utf8/installer.php +++ b/install/lang/en_utf8/installer.php @@ -86,7 +86,7 @@ directory should be readable AND WRITEABLE by the web server user (usually \'nobody\' or \'apache\'), but it should not be accessible directly via the web.'; $string['dirroot'] = 'Moodle Directory'; -$string['dirrooterror'] = 'The \'Moodle Directory\' setting seems to be incorrect - we can\'t find a Moodle installation there. The value below has been reset.'; +$string['dirrooterror'] = 'The \'Moodle Directory\' setting seems to be incorrect - we can\'t find a Moodle installation there. The value below has been reset.'; $string['download'] = 'Download'; $string['downloadedfilecheckfailed'] = 'Downloaded file check failed.'; $string['downloadlanguagebutton'] = 'Download the "$a" language pack'; @@ -184,5 +184,5 @@ $string['wrongdestpath'] = 'Wrong destination path.'; $string['wrongsourcebase'] = 'Wrong source URL base.'; $string['wrongzipfilename'] = 'Wrong ZIP filename.'; $string['wwwroot'] = 'Web address'; -$string['wwwrooterror'] = 'The web address does not appear to be valid - this Moodle installation doesn\'t appear to be there.'; +$string['wwwrooterror'] = 'The web address does not appear to be valid - this Moodle installation doesn\'t appear to be there. The value below has been reset.'; ?>