From 1f45a91137658e0e1d748018ec57da7aebe85829 Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Tue, 24 Nov 2009 13:12:03 +0000 Subject: [PATCH] admin lang string: MDL-18807 small rewording --- lang/en_utf8/admin.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index baee01c9ddee8..9e362353942df 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -762,11 +762,10 @@ $string['uploadpicture_userupdated'] = 'Picture updated for user $a.'; $string['uploadpicture_cannotsave'] = 'Cannot save picture for user $a. Check original picture file.'; $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 information on your site.
-As a result some of your settings and permissions relating to backups may have changed.
-Please see the Moodle 1.9.7 release notes for full details.

'; +$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'] = 'It is also now strongly recommended that you set a password salt to greatly reduce the risk of password theft.
Please refer to 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['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?'; $string['upgradelogs'] = 'For full functionality, your old logs need to be upgraded. More information';