From: Amir E. Aharoni Date: Sun, 26 Jul 2015 20:41:02 +0000 (+0300) Subject: Fix grammar in apihelp-query+deletedrevs-param-prop X-Git-Tag: 1.31.0-rc.0~10625^2 X-Git-Url: http://git.cyclocoop.org//%22%22.str_replace%28%27%22%27%2C?a=commitdiff_plain;h=9d61d551ba3c7b658d38b878092d99d07a57f813;p=lhc%2Fweb%2Fwiklou.git Fix grammar in apihelp-query+deletedrevs-param-prop Change-Id: Ieb7ccdb2d707a090e8f8dc5af7af9ce5be654aae --- 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).",