From: Eloy Lafuente Date: Wed, 25 Nov 2009 00:10:44 +0000 (+0000) Subject: Fix lang string breaking XHTML in admin/index.php page X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c211560381955bda51dbede4ea4a7dbabec8b69b;p=moodle.git Fix lang string breaking XHTML in admin/index.php page --- diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index 81c04bf298..28a288ad32 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -887,7 +887,7 @@ $string['updatetimezones'] = 'Update timezones'; $string['upgrade197notice'] = '

Moodle 1.9.7 contains a number of security fixes to user passwords and backups to protect the user data on your site. As a result some of your settings and permissions relating to backups may have changed.
See the Moodle 1.9.7 release notes for full details.

'; $string['upgrade197noticesubject'] = 'Moodle 1.9.7 upgrade security notices'; -$string['upgrade197salt'] = 'To reduce the risk of password theft, you are strongly recommended to set a password salt.
See the password salting documentation for details.'; +$string['upgrade197salt'] = 'To reduce the risk of password theft, you are strongly recommended to set a password salt.
See the password salting documentation for details.'; $string['upgradeerror'] = 'Unknown error upgrading $a->plugin to version $a->version, can not continue.'; $string['upgradeforumread'] = 'A new feature has been added in Moodle 1.5 to track read/unread forum posts.
To use this functionality you need to update your tables.'; $string['upgradeforumreadinfo'] = 'A new feature has been added in Moodle 1.5 to track read/unread forum posts. To use this functionality you need to update your tables with all the tracking information for existing posts. Depending on the size of your site this can take a long time (hours) and can be quite taxing on the database, so it\'s best to do it during a quiet period. However, your site will continue functioning during this upgrade and users won\'t be affected. Once you start this process you should let it finish (keep your browser window open). However, if you stop the process by closing the window: don\'t worry, you can start over.

Do you want to start the upgrading process now?';