diff --git a/lang/en/admin.php b/lang/en/admin.php index 2ff2b882a3d..47de3bdb975 100755 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -3,6 +3,8 @@ $string['upgradelogs'] = 'For full functionality, your old logs need to be upgraded. More information'; +$string['upgradelogsinfo'] = 'Some changes have way some 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['upgradinglogs'] = 'Upgrading logs'; ?>