From 97b7770d2218f4daef53dc4fe29dc3d2899e7039 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Mon, 27 Jul 2015 00:32:50 +0300 Subject: [PATCH] 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 --- includes/api/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.", -- 2.20.1