From: zppix1 Date: Sat, 30 Jul 2016 23:54:30 +0000 (-0500) Subject: Fix grammar, wording and flow in the API documentation X-Git-Tag: 1.31.0-rc.0~5123 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=56db44ecf183293984a80a644f34537910e78901;p=lhc%2Fweb%2Fwiklou.git Fix grammar, wording and flow in the API documentation Change-Id: I6c2de82faba9b7aebd02f68728c522c32d65f327 --- diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 05f606d66c..c20ed5d31f 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -101,7 +101,7 @@ "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-bot": "Mark this edit as bot.", + "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).", "apihelp-edit-param-recreate": "Override any errors about the page having been deleted in the meantime.", @@ -130,7 +130,7 @@ "apihelp-emailuser-param-ccme": "Send a copy of this mail to me.", "apihelp-emailuser-example-email": "Send an email to user WikiSysop with the text Content.", - "apihelp-expandtemplates-description": "Expands all templates in wikitext.", + "apihelp-expandtemplates-description": "Expands all templates within wikitext.", "apihelp-expandtemplates-param-title": "Title of page.", "apihelp-expandtemplates-param-text": "Wikitext to convert.", "apihelp-expandtemplates-param-revid": "Revision ID, for {{REVISIONID}} and similar variables.", @@ -156,7 +156,7 @@ "apihelp-feedcontributions-param-month": "From month (and earlier).", "apihelp-feedcontributions-param-tagfilter": "Filter contributions that have these tags.", "apihelp-feedcontributions-param-deletedonly": "Show only deleted contributions.", - "apihelp-feedcontributions-param-toponly": "Only show edits that are latest revisions.", + "apihelp-feedcontributions-param-toponly": "Only show edits that are the latest revisions.", "apihelp-feedcontributions-param-newonly": "Only show edits that are page creations.", "apihelp-feedcontributions-param-hideminor": "Hide minor edits.", "apihelp-feedcontributions-param-showsizediff": "Show the size difference between revisions.",