From 31dbc1ee2b0c32757dfaabc206e923662d233d2c Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Mon, 27 Jul 2015 01:43:17 +0300 Subject: [PATCH] Fix the logic in an apihelp message Ending the listing should probably be "at", not "from". Change-Id: I613a74680367d10ce453a730d476fd79c98ea04d --- 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 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.", -- 2.20.1