Fix the grammar of apihelp-query+backlinks-param-limit
authorAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Sun, 26 Jul 2015 21:32:50 +0000 (00:32 +0300)
committerAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Mon, 27 Jul 2015 17:39:28 +0000 (20:39 +0300)
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

index 6c7ce81..6372e41 100644 (file)
        "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 <kbd>nonredirects</kbd> when <var>$1redirect</var> is enabled, this is only applied to the second level.",
-       "apihelp-query+backlinks-param-limit": "How many total pages to return. If <var>$1redirect</var> is enabled, limit applies to each level separately (which means up to 2 * <var>$1limit</var> results may be returned).",
+       "apihelp-query+backlinks-param-limit": "How many total pages to return. If <var>$1redirect</var> is enabled, the limit applies to each level separately (which means up to 2 * <var>$1limit</var> 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 <kbd>Main page<kbd>.",
        "apihelp-query+backlinks-example-generator": "Get information about pages linking to <kbd>Main page<kbd>.",