From: Purodha Date: Thu, 23 Apr 2015 11:52:11 +0000 (+0000) Subject: API message text clarification. X-Git-Tag: 1.31.0-rc.0~11612 X-Git-Url: http://git.cyclocoop.org/%24dirpuce/puce%24spip_lang_rtl.gif?a=commitdiff_plain;h=584d47117e5ad738910f052f5f300fb602367342;p=lhc%2Fweb%2Fwiklou.git API message text clarification. Change-Id: I5d3e287f034bdd20f7f2d3893705af2d989e7d59 --- diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 88eaf7ce57..b90664e040 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -362,7 +362,7 @@ "apihelp-query+allfileusages-param-to": "The title of the file to stop enumerating at.", "apihelp-query+allfileusages-param-prefix": "Search for all file titles that begin with this value.", "apihelp-query+allfileusages-param-unique": "Only show distinct file titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.", - "apihelp-query+allfileusages-param-prop": "Which pieces of information to include:\n;ids:Adds the page ID of the using page (cannot be used with $1unique).\n;title:Adds the title of the file.", + "apihelp-query+allfileusages-param-prop": "Which pieces of information to include:\n;ids:Adds the page IDs of the using pages (cannot be used with $1unique).\n;title:Adds the title of the file.", "apihelp-query+allfileusages-param-limit": "How many total items to return.", "apihelp-query+allfileusages-param-dir": "The direction in which to list.", "apihelp-query+allfileusages-example-B": "List file titles, including missing ones, with page IDs they are from, starting at B.",