From: Max Semenik Date: Mon, 12 Dec 2011 17:22:20 +0000 (+0000) Subject: Caps fix in API parameter description X-Git-Tag: 1.31.0-rc.0~26038 X-Git-Url: http://git.cyclocoop.org//%27http:/code.google.com/p/ie7-js//%27?a=commitdiff_plain;h=da663eaf97b9c6168cea4c92e24fafbd9b1d85f5;p=lhc%2Fweb%2Fwiklou.git Caps fix in API parameter description --- diff --git a/includes/api/ApiUpload.php b/includes/api/ApiUpload.php index a0d56feb33..0ac7fb42a6 100644 --- a/includes/api/ApiUpload.php +++ b/includes/api/ApiUpload.php @@ -585,7 +585,7 @@ class ApiUpload extends ApiBase { 'watchlist' => 'Unconditionally add or remove the page from your watchlist, use preferences or do not change watch', 'ignorewarnings' => 'Ignore any warnings', 'file' => 'File contents', - 'url' => 'Url to fetch the file from', + 'url' => 'URL to fetch the file from', 'filekey' => 'Key that identifies a previous upload that was stashed temporarily.', 'sessionkey' => 'Same as filekey, maintained for backward compatibility.', 'stash' => 'If set, the server will not add the file to the repository and stash it temporarily.',