X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FExtension%2FBrowser.php;h=df341111144651a06fe601f7a3cc66876892c8be;hb=1b5fe4987cc4874accc9058ed09844ed93edda88;hp=ff173a54a334e5fd91ac5550e354fa5245b5d208;hpb=93c4c2a90f9d22ec94aa8fbc6ac389604da34151;p=civicrm-core.git diff --git a/CRM/Extension/Browser.php b/CRM/Extension/Browser.php index ff173a54a3..df34111114 100644 --- a/CRM/Extension/Browser.php +++ b/CRM/Extension/Browser.php @@ -243,7 +243,7 @@ class CRM_Extension_Browser { restore_error_handler(); if ($status !== CRM_Utils_HttpClient::STATUS_OK) { - throw new CRM_Extension_Exception(ts('The CiviCRM public extensions directory at %1 could not be contacted - please check your webserver can make external HTTP requests or contact CiviCRM team on CiviCRM forum.', array(1 => $this->getRepositoryUrl())), 'connection_error'); + throw new CRM_Extension_Exception(ts('The CiviCRM public extensions directory at %1 could not be contacted - please check your webserver can make external HTTP requests. Contact your site administrator for assistance.', [1 => $this->getRepositoryUrl()]), 'connection_error'); } // Don't call grabCachedJson here, that would risk infinite recursion