From ca3a9e5443edd259e697b309caaac1263fa14396 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Wed, 3 May 2006 19:21:10 +0000 Subject: [PATCH] Changing ASCII to ISO-8859-1. Also I've updated Backup FAQ Docs to show the workaround. Bug 5276. (http://moodle.org/bugs/bug.php?op=show&bugid=5276) I'm getting old. Should we send lang files to MOODLE_16_STABLE too? --- lang/en_utf8/moodle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index e19ad6506e..0bcb2d9e9d 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -131,7 +131,7 @@ $string['backuplogshelp'] = 'If enabled, then course logs will be included in au $string['backupmetacoursehelp'] = 'If enabled, then metacourse info (inherited enrolments) will be included in automated backups'; $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-ASCII 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['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['backuporiginalname'] = 'Backup Name'; $string['backupsavetohelp'] = 'Full path to the directory where you want to save the backup files
(leave blank to save in its course default dir)'; $string['backuptakealook'] = 'Please take a look at your backup logs in: -- 2.39.5