From: Amir E. Aharoni Date: Sun, 26 Jul 2015 20:28:15 +0000 (+0300) Subject: Replace all-caps with in an apihelp message X-Git-Tag: 1.31.0-rc.0~10626^2 X-Git-Url: http://git.cyclocoop.org/data/%24oldEdit?a=commitdiff_plain;h=86a9deb5d9e31023feb3094bb2510448319b4777;p=lhc%2Fweb%2Fwiklou.git Replace all-caps with in an apihelp message All-caps emphasis cannot be translated to caseless writing systems. Change-Id: If9a12aa823fde9a540ecbafa7a9f3f6300228e4b --- diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 46440e5f30..68dbcdd211 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -564,7 +564,7 @@ "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 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-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.", "apihelp-query+categorymembers-param-endsortkey": "Use $1endhexsortkey instead.", "apihelp-query+categorymembers-example-simple": "Get first 10 pages in Category:Physics.",