From 1e252026e848a536ad5ad9caf2f98b7c0c442445 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Fri, 13 Nov 2009 06:09:54 +0000 Subject: [PATCH] report backup MDL-19903 Fixed backup report table header --- admin/report/backups/index.php | 2 +- lang/en_utf8/moodle.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/report/backups/index.php b/admin/report/backups/index.php index 18cd6e4b7c..d8bb4b2ddd 100644 --- a/admin/report/backups/index.php +++ b/admin/report/backups/index.php @@ -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 diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index b68c4e9f81..1401497431 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -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 Backup FAQ 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
(leave blank to save in its course default dir)'; -- 2.39.5