]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed wording. Optional things can not be required.
authorDavid Mudrak <david.mudrak@gmail.com>
Fri, 20 Nov 2009 08:12:18 +0000 (08:12 +0000)
committerDavid Mudrak <david.mudrak@gmail.com>
Fri, 20 Nov 2009 08:12:18 +0000 (08:12 +0000)
Also, the word "extension" should be used instead of "library" as the
library can be installed on the server but it does not automatically
mean PHP can use it.

lang/en_utf8/admin.php

index 184b5d1619c4b81a359add4871c534e09ea486bf..0bf0853854d9568e0277e316d3ad94a4fe678868 100644 (file)
@@ -514,7 +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['iconvrequired'] = 'Installing ICONV extension is required.';
 $string['ignore'] = 'Ignore';
 $string['importlangreminder'] = 'The database migration process is commencing. You will need to <b>log in again</b> for the upgrade to take effect. Please install unicode language packs as soon as possible from Admin->Lang->Lang Import Utility <b>after</b> the database migration process is completed.';
 $string['importtimezones'] = 'Update complete list of timezones';