From 81ac52969039b52f7a5e46a57270902428887bf6 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Sat, 12 Sep 2015 13:04:51 +0300 Subject: [PATCH] Rephrase api-help-param-list for clarity What is currently shown on the ApiHelp is something like this: One value: title, text, nearmatch It would be clearer to say One of the following values: title, text, nearmatch The example is from https://en.wikipedia.org/w/api.php?action=help&modules=query%2Bsearch Change-Id: I92f17f90ae77c6c151b817bae8b2f08d858a0f64 --- 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 43df9ea637..2cb0e371bd 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -1393,7 +1393,7 @@ "api-help-param-type-password": "", "api-help-param-type-timestamp": "Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}} ([[Special:ApiHelp/main#main/datatypes|allowed formats]])", "api-help-param-type-user": "Type: {{PLURAL:$1|1=user name|2=list of user names}}", - "api-help-param-list": "{{PLURAL:$1|1=One value|2=Values (separate with {{!}})}}: $2", + "api-help-param-list": "{{PLURAL:$1|1=One of the following values|2=Values (separate with {{!}})}}: $2", "api-help-param-list-can-be-empty": "{{PLURAL:$1|0=Must be empty|Can be empty, or $2}}", "api-help-param-limit": "No more than $1 allowed.", "api-help-param-limit2": "No more than $1 ($2 for bots) allowed.", -- 2.20.1