Umherirrender has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/69953


Change subject: Capitalize URL in api help
......................................................................

Capitalize URL in api help

As part of bug 34965

Change-Id: Ia1df9748b5de33f6ef5088103ccc6b886f9a17d5
---
M includes/api/ApiQueryExtLinksUsage.php
M includes/api/ApiQueryExternalLinks.php
2 files changed, 5 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/53/69953/1

diff --git a/includes/api/ApiQueryExtLinksUsage.php 
b/includes/api/ApiQueryExtLinksUsage.php
index 124d273..456e87b 100644
--- a/includes/api/ApiQueryExtLinksUsage.php
+++ b/includes/api/ApiQueryExtLinksUsage.php
@@ -218,13 +218,13 @@
                        ),
                        'offset' => 'Used for paging. Use the value returned 
for "continue"',
                        'protocol' => array(
-                               "Protocol of the url. If empty and {$p}query 
set, the protocol is http.",
+                               "Protocol of the URL. If empty and {$p}query 
set, the protocol is http.",
                                "Leave both this and {$p}query empty to list 
all external links"
                        ),
                        'query' => 'Search string without protocol. See 
[[Special:LinkSearch]]. Leave empty to list all external links',
                        'namespace' => 'The page namespace(s) to enumerate.',
                        'limit' => 'How many pages to return.',
-                       'expandurl' => 'Expand protocol-relative urls with the 
canonical protocol',
+                       'expandurl' => 'Expand protocol-relative URLs with the 
canonical protocol',
                );
 
                if ( $wgMiserMode ) {
diff --git a/includes/api/ApiQueryExternalLinks.php 
b/includes/api/ApiQueryExternalLinks.php
index 56ee268..583ef69 100644
--- a/includes/api/ApiQueryExternalLinks.php
+++ b/includes/api/ApiQueryExternalLinks.php
@@ -131,11 +131,11 @@
                        'limit' => 'How many links to return',
                        'offset' => 'When more results are available, use this 
to continue',
                        'protocol' => array(
-                               "Protocol of the url. If empty and {$p}query 
set, the protocol is http.",
+                               "Protocol of the URL. If empty and {$p}query 
set, the protocol is http.",
                                "Leave both this and {$p}query empty to list 
all external links"
                        ),
                        'query' => 'Search string without protocol. Useful for 
checking whether a certain page contains a certain external url',
-                       'expandurl' => 'Expand protocol-relative urls with the 
canonical protocol',
+                       'expandurl' => 'Expand protocol-relative URLs with the 
canonical protocol',
                );
        }
 
@@ -148,7 +148,7 @@
        }
 
        public function getDescription() {
-               return 'Returns all external urls (not interwikis) from the 
given page(s)';
+               return 'Returns all external URLs (not interwikis) from the 
given page(s)';
        }
 
        public function getPossibleErrors() {

-- 
To view, visit https://gerrit.wikimedia.org/r/69953
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia1df9748b5de33f6ef5088103ccc6b886f9a17d5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <umherirrender_de...@web.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to