Localisation updates from https://translatewiki.net.
[lhc/web/wiklou.git] / includes / MediaWiki.php
index 50f2dad..409d9e0 100644 (file)
@@ -443,7 +443,7 @@ class MediaWiki {
                $action = Action::factory( $act, $page, $this->context );
 
                if ( $action instanceof Action ) {
-                       # Let Squid cache things if we can purge them.
+                       # Let CDN cache things if we can purge them.
                        if ( $this->config->get( 'UseSquid' ) &&
                                in_array(
                                        // Use PROTO_INTERNAL because that's what getSquidURLs() uses