From 7c5be1b1b0b8a4b61539242537459880bbd534cf Mon Sep 17 00:00:00 2001 From: TTO Date: Mon, 16 Jan 2017 13:00:50 +0000 Subject: [PATCH] Fix broken variable inclusions in API unblock parameter documentation Change-Id: I06bf55b3f7f0e05e059f648d92c0cb2d54255d18 --- includes/api/i18n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index b2cecc98e6..c1fefd6c3f 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -1398,8 +1398,8 @@ "apihelp-tokens-example-emailmove": "Retrieve an email token and a move token.", "apihelp-unblock-description": "Unblock a user.", - "apihelp-unblock-param-id": "ID of the block to unblock (obtained through list=blocks). Cannot be used together with $1user or $luserid.", - "apihelp-unblock-param-user": "Username, IP address or IP address range to unblock. Cannot be used together with $1id or $luserid.", + "apihelp-unblock-param-id": "ID of the block to unblock (obtained through list=blocks). Cannot be used together with $1user or $1userid.", + "apihelp-unblock-param-user": "Username, IP address or IP address range to unblock. Cannot be used together with $1id or $1userid.", "apihelp-unblock-param-userid": "User ID to unblock. Cannot be used together with $1id or $1user.", "apihelp-unblock-param-reason": "Reason for unblock.", "apihelp-unblock-param-tags": "Change tags to apply to the entry in the block log.", -- 2.20.1