From 99a26259fc96742a31b9e1f0ce87d966f419d2ba Mon Sep 17 00:00:00 2001 From: Jure Kajzer Date: Fri, 22 Jan 2010 10:55:58 +0000 Subject: [PATCH] fixed quoting typo in r61358 --- languages/messages/MessagesEn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 063c367d1c..e392335496 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -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 -- 2.20.1