From c5f6fc8e1f685a71daeaabbb70e6106690fb5454 Mon Sep 17 00:00:00 2001 From: "This, that and the other" Date: Wed, 8 Jul 2015 10:30:52 +1000 Subject: [PATCH] Explain API action=parse&disablepp option more clearly Brought up by Purodha on translatewiki.net Support page. Also change a few ungrammatical "Disable"s to "Omit"s. Change-Id: I9a14fa16cc166471d66c53489e8186ec09297399 --- includes/api/i18n/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 28eddf4944..2d1daddf73 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -310,12 +310,12 @@ "apihelp-parse-param-effectivelanglinks": "Includes language links supplied by extensions (for use with $1prop=langlinks).", "apihelp-parse-param-section": "Only retrieve the content of this section number or when new generate a new section.\n\nnew section is only honored when specifying text.", "apihelp-parse-param-sectiontitle": "New section title when section is new.\n\nUnlike page editing, this does not fall back to summary when omitted or empty.", - "apihelp-parse-param-disablepp": "Disable the PP Report from the parser output.", - "apihelp-parse-param-disableeditsection": "Disable edit section links from the parser output.", + "apihelp-parse-param-disablepp": "Omit the preprocessor report (\"NewPP limit report\") from the parser output.", + "apihelp-parse-param-disableeditsection": "Omit edit section links from the parser output.", "apihelp-parse-param-generatexml": "Generate XML parse tree (requires content model $1; replaced by $2prop=parsetree).", "apihelp-parse-param-preview": "Parse in preview mode.", "apihelp-parse-param-sectionpreview": "Parse in section preview mode (enables preview mode too).", - "apihelp-parse-param-disabletoc": "Disable table of contents in output.", + "apihelp-parse-param-disabletoc": "Omit table of contents in output.", "apihelp-parse-param-contentformat": "Content serialization format used for the input text. Only valid when used with $1text.", "apihelp-parse-param-contentmodel": "Content model of the input text. If omitted, $1title must be specified, and default will be the model of the specified title. Only valid when used with $1text.", "apihelp-parse-example-page": "Parse a page.", -- 2.20.1