From: Amir E. Aharoni Date: Sun, 26 Jul 2015 21:32:50 +0000 (+0300) Subject: Fix the grammar of apihelp-query+backlinks-param-limit X-Git-Tag: 1.31.0-rc.0~10633^2 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=97b7770d2218f4daef53dc4fe29dc3d2899e7039;p=lhc%2Fweb%2Fwiklou.git Fix the grammar of apihelp-query+backlinks-param-limit This patch also makes it identical to apihelp-query+imageusage-param-limit, which is probably the intention. Change-Id: I5ea6a81b9d0be8621c09eb02545ed7cc303bb2f2 --- diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 6c7ce81688..6372e41c04 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -521,7 +521,7 @@ "apihelp-query+backlinks-param-namespace": "The namespace to enumerate.", "apihelp-query+backlinks-param-dir": "The direction in which to list.", "apihelp-query+backlinks-param-filterredir": "How to filter for redirects. If set to nonredirects when $1redirect is enabled, this is only applied to the second level.", - "apihelp-query+backlinks-param-limit": "How many total pages to return. If $1redirect is enabled, limit applies to each level separately (which means up to 2 * $1limit results may be returned).", + "apihelp-query+backlinks-param-limit": "How many total pages to return. If $1redirect is enabled, the limit applies to each level separately (which means up to 2 * $1limit results may be returned).", "apihelp-query+backlinks-param-redirect": "If linking page is a redirect, find all pages that link to that redirect as well. Maximum limit is halved.", "apihelp-query+backlinks-example-simple": "Show links to Main page.", "apihelp-query+backlinks-example-generator": "Get information about pages linking to Main page.",