From 6fd30e78c7579f39bb65d2fbec9f40264c4e00c5 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 19 Feb 2008 06:57:10 +0000 Subject: [PATCH] MDL-13489 Fixed wording --- 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 58e13c94451..5f3363afc25 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -727,7 +727,7 @@ $string['validateerror'] = 'This value was not valid:'; $string['warningcurrentsetting'] = 'Invalid current value: $a'; $string['webproxy'] = 'Web proxy'; $string['webproxyinfo'] = 'Fill in following options if your Moodle server can not access internet directly. Internet access is required for download of environment data, language packs, RSS feeds, timezones, etc.
PHP cURL extension is highly recommended.'; -$string['xmlrpcrecommended'] = 'Installing the optional xmlrpc extension is required for Moodle Networking functionality.'; +$string['xmlrpcrecommended'] = 'Installing the optional xmlrpc extension is useful for Moodle Networking functionality.'; $string['xmlstrictheaders'] = 'XML strict headers'; ?>