Consistent wording for "Protocol of the URL" messages
authorAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Sun, 26 Jul 2015 09:23:03 +0000 (12:23 +0300)
committerAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Mon, 27 Jul 2015 20:46:03 +0000 (23:46 +0300)
This message seems to have virtually the same intention as
apihelp-query+extlinks-param-protocol, so make their wording
completely the same.

Change-Id: I1c35dba7905af4fffbc9ca2153051debbd0ac139

includes/api/i18n/en.json

index 5a6a53f..605afbf 100644 (file)
 
        "apihelp-query+exturlusage-description": "Enumerate pages that contain a given URL.",
        "apihelp-query+exturlusage-param-prop": "Which pieces of information to include:\n;ids:Adds the ID of page.\n;title:Adds the title and namespace ID of the page.\n;url:Adds the URL used in the page.",
-       "apihelp-query+exturlusage-param-protocol": "Protocol of the URL. If empty and <var>$1query</var> set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.",
+       "apihelp-query+exturlusage-param-protocol": "Protocol of the URL. If empty and <var>$1query</var> is set, the protocol is <kbd>http</kbd>. Leave both this and <var>$1query</var> empty to list all external links.",
        "apihelp-query+exturlusage-param-query": "Search string without protocol. See [[Special:LinkSearch]]. Leave empty to list all external links.",
        "apihelp-query+exturlusage-param-namespace": "The page namespaces to enumerate.",
        "apihelp-query+exturlusage-param-limit": "How many pages to return.",