Follow-up r61911: rebuild MessagesEn.php
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Wed, 3 Feb 2010 07:38:57 +0000 (07:38 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Wed, 3 Feb 2010 07:38:57 +0000 (07:38 +0000)
languages/messages/MessagesEn.php

index 7ae34e6..67ee4df 100644 (file)
@@ -2153,12 +2153,12 @@ For optimal security, img_auth.php is disabled.',
 'img-auth-noread'       => 'User does not have access to read "$1".',
 
 # HTTP errors
-'http-invalid-url' => 'Invalid URL: $1',
-'http-invalid-scheme' => 'URLs with the "$1" scheme are not supported',
-'http-request-error' => 'HTTP request failed due to unknown error.',
-'http-read-error' => 'HTTP read error.',
-'http-timed-out' => 'HTTP request timed out.',
-'http-curl-error' => 'Error fetching URL: $1',
+'http-invalid-url'      => 'Invalid URL: $1',
+'http-invalid-scheme'   => 'URLs with the "$1" scheme are not supported',
+'http-request-error'    => 'HTTP request failed due to unknown error.',
+'http-read-error'       => 'HTTP read error.',
+'http-timed-out'        => 'HTTP request timed out.',
+'http-curl-error'       => 'Error fetching URL: $1',
 'http-host-unreachable' => 'Could not reach URL',
 
 # Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html>