From 89c5cbc5256edc0c3930d54a253f3c051919568c Mon Sep 17 00:00:00 2001 From: koenr Date: Wed, 8 Nov 2006 00:02:10 +0000 Subject: [PATCH] MDL-7379 typo --- lang/en_utf8/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index d4dbbd7b10939..80c85b0c4fff2 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -428,7 +428,7 @@ $string['timezonenotforced'] = 'Users can choose their own timezone'; $string['unbookmarkthispage'] = 'unbookmark this page'; $string['unicodeupgradenotice'] = 'In Moodle 1.6 we have migrated all languages to Unicode. To complete the upgrade for this site, you need to convert all the data in your database to Unicode (UTF-8) using our migration script. Click here to run the migration script now!'; -$string['unicoderecommended'] = 'Storing all your data in Unicode (UTF=8) is recommended. New installations should be performed into databases that have their default character set as Unicode. If you are upgrading, you should perform the UTF-8 migration process (see the Admin page).'; +$string['unicoderecommended'] = 'Storing all your data in Unicode (UTF-8) is recommended. New installations should be performed into databases that have their default character set as Unicode. If you are upgrading, you should perform the UTF-8 migration process (see the Admin page).'; $string['unicoderequired'] = 'It is required that you store all your data in Unicode format (UTF-8). New installations must be performed into databases that have their default character set as Unicode. If you are upgrading, you should perform the UTF-8 migration process (see the Admin page).'; $string['uninstall'] = 'Uninstall selected language pack'; $string['uninstallconfirm'] = 'You are about to completely uninstall language pack $a, are you sure?';