Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -2154,12 +2154,12 @@ |
2155 | 2155 | |
2156 | 2156 | # HTTP errors |
2157 | 2157 | 'http-invalid-url' => 'Invalid URL: $1', |
2158 | | -'http-invalid-scheme' => 'URLs with the "$1" scheme are not supported', |
| 2158 | +'http-invalid-scheme' => 'URLs with the "$1" scheme are not supported.', |
2159 | 2159 | 'http-request-error' => 'HTTP request failed due to unknown error.', |
2160 | 2160 | 'http-read-error' => 'HTTP read error.', |
2161 | 2161 | 'http-timed-out' => 'HTTP request timed out.', |
2162 | 2162 | 'http-curl-error' => 'Error fetching URL: $1', |
2163 | | -'http-host-unreachable' => 'Could not reach URL', |
| 2163 | +'http-host-unreachable' => 'Could not reach URL.', |
2164 | 2164 | |
2165 | 2165 | # Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html> |
2166 | 2166 | 'upload-curl-error6' => 'Could not reach URL', |