Amire80 has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/227246

Change subject: Fix the logic in an apihelp message
......................................................................

Fix the logic in an apihelp message

Ending the listing should probably be "at", not "from".

Change-Id: I613a74680367d10ce453a730d476fd79c98ea04d
---
M includes/api/i18n/en.json
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/46/227246/1

diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json
index 6c7ce81..3ff2845 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 <kbd>$1sort=timestamp</kbd>.",
        "apihelp-query+categorymembers-param-end": "Timestamp to end listing 
at. Can only be used with <kbd>$1sort=timestamp</kbd>.",
        "apihelp-query+categorymembers-param-starthexsortkey": "Sortkey to 
start listing from, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used 
with <kbd>$1sort=sortkey</kbd>.",
-       "apihelp-query+categorymembers-param-endhexsortkey": "Sortkey to end 
listing from, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with 
<kbd>$1sort=sortkey</kbd>.",
+       "apihelp-query+categorymembers-param-endhexsortkey": "Sortkey to end 
listing at, as returned by <kbd>$1prop=sortkey</kbd>. Can only be used with 
<kbd>$1sort=sortkey</kbd>.",
        "apihelp-query+categorymembers-param-startsortkeyprefix": "Sortkey 
prefix to start listing from. Can only be used with <kbd>$1sort=sortkey</kbd>. 
Overrides <var>$1starthexsortkey</var>.",
        "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.",

-- 
To view, visit https://gerrit.wikimedia.org/r/227246
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I613a74680367d10ce453a730d476fd79c98ea04d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Amire80 <amir.ahar...@mail.huji.ac.il>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to