From 584d47117e5ad738910f052f5f300fb602367342 Mon Sep 17 00:00:00 2001 From: Purodha Date: Thu, 23 Apr 2015 11:52:11 +0000 Subject: [PATCH] API message text clarification. Change-Id: I5d3e287f034bdd20f7f2d3893705af2d989e7d59 --- 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 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.", -- 2.20.1