From 3d95034c6216e67fc8d045feeebcac2dd5eb0215 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Mon, 27 Jul 2015 02:47:47 +0300 Subject: [PATCH] Fix the logic of the message apihelp-tag-example-rev Adding is usually "to", not "from". Change-Id: I1ec55a42802bbe352c1f307f6c8e25136592ec22 --- 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 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]].", -- 2.20.1