From 402e1a96433d7f52a44e16878a8439174754f113 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 16 Apr 2006 16:56:09 +0000 Subject: [PATCH] Tidied up the upgrade dialog --- lang/en_utf8/admin.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index 2881d88ef7..f2ce9d0442 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -241,10 +241,10 @@ $string['upgradeforumread'] = 'A new feature has been added in Moodle 1.5 to tra $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'; $string['upgradelogsinfo'] = 'Some changes have recently been made in the way logs are stored. To be able to view all of your old logs on a per-activity basis, your old logs need to be upgraded. Depending on your site this can take a long time (eg several hours) and can be quite taxing on the database for large sites. Once you start this process you should let it finish (by keeping the browser window open). Don\'t worry - your site will work fine for other people while the logs are being upgraded.

Do you want to upgrade your logs now?'; -$string['upgradesure'] = 'Your Moodle files have been changed, and you are about to automatically upgrade your server to this version: -

$a

-

Once you do this you can not go back again.

-

Are you sure you want to upgrade this server to this version?

'; +$string['upgradesure'] = 'Your Moodle files have been changed, and you are about to automatically upgrade your server to this version:

+$a

+Once you do this you can not go back again.

+Are you sure you want to upgrade this server to this version?'; $string['upgradingdata'] = 'Upgrading data'; $string['upgradinglogs'] = 'Upgrading logs'; $string['userrenamed'] = 'User renamed'; -- 2.39.5