From: skodak Date: Tue, 5 Sep 2006 22:34:25 +0000 (+0000) Subject: fixed typo X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c5836b7814629c2b9ed37cfbcea9dae1ede9838d;p=moodle.git fixed typo --- diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index 972839420b..5756e8b892 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -174,7 +174,7 @@ $string['configzip'] = 'Indicate the location of your zip program (Unix only, op $string['confirmation'] = 'Confirmation'; $string['confirminstall'] = 'You are about to install language pack ($a), are you sure?'; $string['cronwarning'] = 'The cron.php maintenance script has not been run for at least 24 hours.'; -$string['datarootsecuritywarning'] = 'Your site configuration might not be secure. Please make sure that your dataroot directory ($a) is not directly accesible via web.'; +$string['datarootsecuritywarning'] = 'Your site configuration might not be secure. Please make sure that your dataroot directory ($a) is not directly accessible via web.'; $string['dbmigrate'] = 'Moodle Database Migration'; $string['dbmigrationdeprecateddb'] = 'This database is migrated to a new UTF8 database and deprecated. Please edit your config.php and use the new database for this moodle.'; $string['dbmigrationdupfailed'] = 'Database duplication failed with possible error:
$a
';