fixed quoting typo in r61358
authorJure Kajzer <freakolowsky@users.mediawiki.org>
Fri, 22 Jan 2010 10:55:58 +0000 (10:55 +0000)
committerJure Kajzer <freakolowsky@users.mediawiki.org>
Fri, 22 Jan 2010 10:55:58 +0000 (10:55 +0000)
languages/messages/MessagesEn.php

index 063c367..e392335 100644 (file)
@@ -2152,7 +2152,7 @@ For optimal security, img_auth.php is disabled.',
 'img-auth-noread'       => 'User does not have access to read "$1".',
 
 'http-invalid-url'      => 'Invalid URL: $1',
-'http-invalid-scheme'   => 'URLs with the '$1' scheme are not supported',
+'http-invalid-scheme'   => 'URLs with the \'$1\' scheme are not supported',
 'http-request-error'    => 'Error sending request:',
 
 # Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html>