From 5552c5cc9dc0ce7eb48723dc9faac8f9fd9727c7 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Wed, 18 Nov 2009 22:26:16 +0000 Subject: [PATCH] MDL-20900 iconv now required in 2.0 --- admin/environment.xml | 4 ++-- lang/en_utf8/admin.php | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/admin/environment.xml b/admin/environment.xml index b3d2fb2c38..dc243a3870 100644 --- a/admin/environment.xml +++ b/admin/environment.xml @@ -227,9 +227,9 @@ - + - + diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index 231d9a2cab..184b5d1619 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -514,6 +514,7 @@ $string['htmlsettings'] = 'HTML settings'; $string['http'] = 'HTTP'; $string['httpsecurity'] = 'HTTP security'; $string['iconvrecommended'] = 'Installing the optional ICONV library is highly recommended in order to improve site performance, particularly if your site is supporting non-Latin languages.'; +$string['iconvrequired'] = 'Installing the optional ICONV library is required.'; $string['ignore'] = 'Ignore'; $string['importlangreminder'] = 'The database migration process is commencing. You will need to log in again for the upgrade to take effect. Please install unicode language packs as soon as possible from Admin->Lang->Lang Import Utility after the database migration process is completed.'; $string['importtimezones'] = 'Update complete list of timezones'; -- 2.39.5