From 86a9deb5d9e31023feb3094bb2510448319b4777 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Sun, 26 Jul 2015 23:28:15 +0300 Subject: [PATCH] Replace all-caps with in an apihelp message All-caps emphasis cannot be translated to caseless writing systems. Change-Id: If9a12aa823fde9a540ecbafa7a9f3f6300228e4b --- 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 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.", -- 2.20.1