From 9d61d551ba3c7b658d38b878092d99d07a57f813 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Sun, 26 Jul 2015 23:41:02 +0300 Subject: [PATCH] Fix grammar in apihelp-query+deletedrevs-param-prop Change-Id: Ieb7ccdb2d707a090e8f8dc5af7af9ce5be654aae --- 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 46440e5f30..69c9dc08e7 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -600,7 +600,7 @@ "apihelp-query+deletedrevs-param-excludeuser": "Don't list revisions by this user.", "apihelp-query+deletedrevs-param-namespace": "Only list pages in this namespace.", "apihelp-query+deletedrevs-param-limit": "The maximum amount of revisions to list.", - "apihelp-query+deletedrevs-param-prop": "Which properties to get:\n;revid:Adds the revision ID of the deleted revision.\n;parentid:Adds the revision ID of the previous revision to the page.\n;user:Adds the user who made the revision.\n;userid:Adds the user ID whom made the revision.\n;comment:Adds the comment of the revision.\n;parsedcomment:Adds the parsed comment of the revision.\n;minor:Tags if the revision is minor.\n;len:Adds the length (bytes) of the revision.\n;sha1:Adds the SHA-1 (base 16) of the revision.\n;content:Adds the content of the revision.\n;token:Deprecated. Gives the edit token.\n;tags:Tags for the revision.", + "apihelp-query+deletedrevs-param-prop": "Which properties to get:\n;revid:Adds the revision ID of the deleted revision.\n;parentid:Adds the revision ID of the previous revision to the page.\n;user:Adds the user who made the revision.\n;userid:Adds the ID of the user who made the revision.\n;comment:Adds the comment of the revision.\n;parsedcomment:Adds the parsed comment of the revision.\n;minor:Tags if the revision is minor.\n;len:Adds the length (bytes) of the revision.\n;sha1:Adds the SHA-1 (base 16) of the revision.\n;content:Adds the content of the revision.\n;token:Deprecated. Gives the edit token.\n;tags:Tags for the revision.", "apihelp-query+deletedrevs-example-mode1": "List the last deleted revisions of the pages Main Page and Talk:Main Page, with content (mode 1).", "apihelp-query+deletedrevs-example-mode2": "List the last 50 deleted contributions by Bob (mode 2).", "apihelp-query+deletedrevs-example-mode3-main": "List the first 50 deleted revisions in the main namespace (mode 3).", -- 2.20.1