]> git.mjollnir.org Git - moodle.git/commitdiff
report backup MDL-19903 Fixed backup report table header
authorAndrew Davis <andrew@affinitysoftware.net>
Fri, 13 Nov 2009 06:09:54 +0000 (06:09 +0000)
committerAndrew Davis <andrew@affinitysoftware.net>
Fri, 13 Nov 2009 06:09:54 +0000 (06:09 +0000)
admin/report/backups/index.php
lang/en_utf8/moodle.php

index 18cd6e4b7c04694a9ae9291e48a44c093e3714b3..d8bb4b2dddf6b1e18ebed441d843c78c7055d72f 100644 (file)
@@ -38,7 +38,7 @@
     $strcourse = get_string("course");
     $strtimetaken = get_string("timetaken","quiz");
     $strstatus = get_string("status");
-    $strnext = get_string("next");
+    $strnext = get_string("backupnext");
 
 /// Decide when to show last execution logs or detailed logs
 /// Lastlog view
index b68c4e9f8148c668994fe5724e44b6a813535f1a..14014974319db20a2fbd915e59d77d826bb451a2 100644 (file)
@@ -167,6 +167,7 @@ $string['backupmetacoursehelp'] = 'If enabled, then metacourse info (inherited e
 $string['backupnameformat'] = '%%Y%%m%%d-%%H%%M';
 $string['backupnoneusersinfo'] = 'Notice: You have selected to backup no users (\"none\"), so all the modules backup have been switched to \"without user data\" mode. Please note that the \"exercise\" and \"workshop\" modules aren\'t compatible with this type of backup, so they have been deactivated completely.';
 $string['backupnonisowarning'] = 'Warning: this backup is from a non-Unicode version of Moodle (pre 1.6).  If this backup contains any non-ISO-8859-1 texts then they may be CORRUPTED if you try to restore them to this Unicode version of Moodle.  See the <a href=\"http://docs.moodle.org/en/Backup_FAQ\">Backup FAQ</a> for more information about how to recover this backup correctly.';
+$string['backupnext'] = 'Next backup';
 $string['backuporiginalname'] = 'Backup Name';
 $string['backuproleassignments'] = 'Backup role assignments for these roles';
 $string['backupsavetohelp'] = 'Full path to the directory where you want to save the backup files<br />(leave blank to save in its course default dir)';