From: Amir E. Aharoni Date: Sun, 26 Jul 2015 22:43:17 +0000 (+0300) Subject: Fix the logic in an apihelp message X-Git-Tag: 1.31.0-rc.0~10630^2 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=31dbc1ee2b0c32757dfaabc206e923662d233d2c;p=lhc%2Fweb%2Fwiklou.git Fix the logic in an apihelp message Ending the listing should probably be "at", not "from". Change-Id: I613a74680367d10ce453a730d476fd79c98ea04d --- diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 6c7ce81688..3ff2845f42 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -562,7 +562,7 @@ "apihelp-query+categorymembers-param-start": "Timestamp to start listing from. Can only be used with $1sort=timestamp.", "apihelp-query+categorymembers-param-end": "Timestamp to end listing at. Can only be used with $1sort=timestamp.", "apihelp-query+categorymembers-param-starthexsortkey": "Sortkey to start listing from, as returned by $1prop=sortkey. Can only be used with $1sort=sortkey.", - "apihelp-query+categorymembers-param-endhexsortkey": "Sortkey to end listing from, as returned by $1prop=sortkey. Can only be used with $1sort=sortkey.", + "apihelp-query+categorymembers-param-endhexsortkey": "Sortkey to end listing at, as returned by $1prop=sortkey. Can only be used with $1sort=sortkey.", "apihelp-query+categorymembers-param-startsortkeyprefix": "Sortkey prefix to start listing from. Can only be used with $1sort=sortkey. Overrides $1starthexsortkey.", "apihelp-query+categorymembers-param-endsortkeyprefix": "Sortkey prefix to end listing BEFORE (not at, if this value occurs it will not be included!). Can only be used with $1sort=sortkey. Overrides $1endhexsortkey.", "apihelp-query+categorymembers-param-startsortkey": "Use $1starthexsortkey instead.",