From: Amir E. Aharoni Date: Sun, 26 Jul 2015 23:47:47 +0000 (+0300) Subject: Fix the logic of the message apihelp-tag-example-rev X-Git-Tag: 1.31.0-rc.0~10622^2 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=3d95034c6216e67fc8d045feeebcac2dd5eb0215;p=lhc%2Fweb%2Fwiklou.git Fix the logic of the message apihelp-tag-example-rev Adding is usually "to", not "from". Change-Id: I1ec55a42802bbe352c1f307f6c8e25136592ec22 --- diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 5a6a53f86f..7112c67110 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -1076,7 +1076,7 @@ "apihelp-tag-param-add": "Tags to add. Only manually defined tags can be added.", "apihelp-tag-param-remove": "Tags to remove. Only tags that are either manually defined or completely undefined can be removed.", "apihelp-tag-param-reason": "Reason for the change.", - "apihelp-tag-example-rev": "Add the vandalism tag from revision ID 123 without specifying a reason", + "apihelp-tag-example-rev": "Add the vandalism tag to revision ID 123 without specifying a reason", "apihelp-tag-example-log": "Remove the spam tag from log entry ID 123 with the reason Wrongly applied", "apihelp-tokens-description": "Get tokens for data-modifying actions.\n\nThis module is deprecated in favor of [[Special:ApiHelp/query+tokens|action=query&meta=tokens]].",