From: Lucas Werkmeister Date: Sun, 28 Apr 2019 20:15:15 +0000 (+0200) Subject: Clarify documentation of minor and notminor API parameters X-Git-Tag: 1.34.0-rc.0~1853^2 X-Git-Url: http://git.cyclocoop.org//%27http:/ie7-js.googlecode.com/svn/test/index.html/%27?a=commitdiff_plain;h=c249f27472059726d1ce39a8f3c3733353a0cb54;p=lhc%2Fweb%2Fwiklou.git Clarify documentation of minor and notminor API parameters Change-Id: I9f55dd179ea7efcc618120da4e18b7708903a5ff --- diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 0d4874c81b..164d5e9eb1 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -134,8 +134,8 @@ "apihelp-edit-param-text": "Page content.", "apihelp-edit-param-summary": "Edit summary. Also section title when $1section=new and $1sectiontitle is not set.", "apihelp-edit-param-tags": "Change tags to apply to the revision.", - "apihelp-edit-param-minor": "Minor edit.", - "apihelp-edit-param-notminor": "Non-minor edit.", + "apihelp-edit-param-minor": "Mark this edit as a minor edit.", + "apihelp-edit-param-notminor": "Do not mark this edit as a minor edit even if the \"{{int:tog-minordefault}}\" user preference is set.", "apihelp-edit-param-bot": "Mark this edit as a bot edit.", "apihelp-edit-param-basetimestamp": "Timestamp of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]].", "apihelp-edit-param-starttimestamp": "Timestamp when the editing process began, used to detect edit conflicts. An appropriate value may be obtained using [[Special:ApiHelp/main|curtimestamp]] when beginning the edit process (e.g. when loading the page content to edit).",