From c049d9216e6828306be0c43aed22e3642a62daac Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Sun, 26 Jul 2015 21:13:41 +0300 Subject: [PATCH] Improve the wording of apihelp-parse-param-section * Change "retrieve" to "parse" (according to Anomie's comments). * Split the first sentence for easier understanding and translation. * Rephrase the last sentence about "new"'s validity to be more precise and less English-centric. Change-Id: I71473fb186ded9e9929682d145a2381becf68767 --- 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 78f0568597..849cef8a3b 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -308,7 +308,7 @@ "apihelp-parse-param-pst": "Do a pre-save transform on the input before parsing it. Only valid when used with text.", "apihelp-parse-param-onlypst": "Do a pre-save transform (PST) on the input, but don't parse it. Returns the same wikitext, after a PST has been applied. Only valid when used with $1text.", "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-section": "Only parse the content of this section number.\n\nWhen new, parse $1text and $1sectiontitle as if adding a new section to the page.\n\nnew is allowed only 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-disablelimitreport": "Omit the limit report (\"NewPP limit report\") from the parser output.", "apihelp-parse-param-disablepp": "Use $1disablelimitreport instead.", -- 2.20.1