diff options
author | jenkins-bot <jenkins-bot@gerrit.wikimedia.org> | 2021-05-13 16:09:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2021-05-13 16:09:15 +0000 |
commit | 431e5103012a407514bde7acfcb5aaf6dea1eeaa (patch) | |
tree | be30f7cda09978ab4209d76bdb0b1a5c605933cb /includes/api | |
parent | 97b18490fa6575c9cdd7b26a37b3427251ce7bc4 (diff) | |
parent | 5180b743119d8fdadeb797b527961dffc455cadb (diff) | |
download | mediawikicore-431e5103012a407514bde7acfcb5aaf6dea1eeaa.tar.gz mediawikicore-431e5103012a407514bde7acfcb5aaf6dea1eeaa.zip |
Merge "ApiQueryUserContribs: Clarify the labels for ucstart and ucend"
Diffstat (limited to 'includes/api')
-rw-r--r-- | includes/api/i18n/en.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 3e0fef1719f5..43f8cd6dbbb8 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -1310,8 +1310,8 @@ "apihelp-query+usercontribs-summary": "Get all edits by a user.", "apihelp-query+usercontribs-param-limit": "The maximum number of contributions to return.", - "apihelp-query+usercontribs-param-start": "The start timestamp to return from.", - "apihelp-query+usercontribs-param-end": "The end timestamp to return to.", + "apihelp-query+usercontribs-param-start": "The start timestamp to return from, i.e. revisions before this timestamp.", + "apihelp-query+usercontribs-param-end": "The end timestamp to return to, i.e. revisions after this timestamp.", "apihelp-query+usercontribs-param-user": "The users to retrieve contributions for. Cannot be used with <var>$1userids</var> or <var>$1userprefix</var>.", "apihelp-query+usercontribs-param-userprefix": "Retrieve contributions for all users whose names begin with this value. Cannot be used with <var>$1user</var> or <var>$1userids</var>.", "apihelp-query+usercontribs-param-userids": "The user IDs to retrieve contributions for. Cannot be used with <var>$1user</var> or <var>$1userprefix</var>.", |