From af70659cce033ed9034bc5e22a5374d3077bc70f Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Tue, 15 Nov 2016 11:06:49 +0100 Subject: [PATCH] MDL-56903 lang: Merge English strings from the en_fix language pack --- lang/en/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/admin.php b/lang/en/admin.php index d72d28f5512..0735dd9c638 100644 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -612,7 +612,7 @@ $string['legacyfilesaddallowed'] = 'Allow adding to legacy course files'; $string['legacyfilesaddallowed_help'] = 'If a course has legacy course files, allow new files and folders to be added to it.'; $string['legacyfilesinnewcourses'] = 'Legacy course files in new courses'; $string['legacyfilesinnewcourses_help'] = 'By default, legacy course files areas are available in upgraded courses only. Please note that some features such as activity backup and restore are not compatible with this setting.'; -$string['libcurlwarning'] = 'Libcurl with CURLOPT_PROTOCOL support has not been detected. It is recommended to have an up to date libcurl installation for security reasons.'; +$string['libcurlwarning'] = 'It has been detected that libcurl doesn\'t have CURLOPT_PROTOCOL support. An up-to-date libcurl installation is recommended for security reasons.'; $string['licensesettings'] = 'Licence settings'; $string['linkadmincategories'] = 'Link admin categories'; $string['linkadmincategories_help'] = 'If enabled admin setting categories will be displayed as links in the navigation and will lead to the admin category pages.';