From: Amir E. Aharoni Date: Sat, 12 Sep 2015 10:04:51 +0000 (+0300) Subject: Rephrase api-help-param-list for clarity X-Git-Tag: 1.31.0-rc.0~10038 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=81ac52969039b52f7a5e46a57270902428887bf6;p=lhc%2Fweb%2Fwiklou.git 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 --- 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.",