From: Mark A. Hershberger Date: Fri, 5 Feb 2010 04:33:26 +0000 (+0000) Subject: follow up r61911 - put periods in where appropriate X-Git-Tag: 1.31.0-rc.0~37921 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=1cf95b89ef30502d1ffc872da4bedb0537e35eed;p=lhc%2Fweb%2Fwiklou.git follow up r61911 - put periods in where appropriate --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 67ee4df52f..6f1dd22af1 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -2154,12 +2154,12 @@ For optimal security, img_auth.php is disabled.', # HTTP errors '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' => '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', +'http-host-unreachable' => 'Could not reach URL.', # Some likely curl errors. More could be added from 'upload-curl-error6' => 'Could not reach URL',